Remove Method (String)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| ToolControlCollecton..::..Remove Method (String) |
| 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 Remove( string name ) |
| Visual Basic |
|---|
Public Sub Remove ( _ name As String _ ) |
| Visual C++ |
|---|
public: void Remove( String^ name ) |
Parameters
- name
- Type: System..::..String