Removes a given button from the ToolControl collection.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void Remove( string name ) |
| Visual Basic |
|---|
Public Sub Remove ( _ name As String _ ) |
| Visual C++ |
|---|
public: void Remove( String^ name ) |
Parameters
- name
- Type: System..::..String