RemoveAt Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| ToolControlCollecton..::..RemoveAt Method |
| ToolControlCollecton Class See Also Send Feedback |
Removes a given button from the ToolControl collection.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void RemoveAt( int index ) |
| Visual Basic |
|---|
Public Sub RemoveAt ( _ index As Integer _ ) |
| Visual C++ |
|---|
public: void RemoveAt( int index ) |
Parameters
- index
- Type: System..::..Int32