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