Add Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| ToolControlCollecton..::..Add Method |
| ToolControlCollecton Class See Also Send Feedback |
Adds a new ToolControl to the end of the toolbar button collection.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void Add( ToolControl toolctrl ) |
| Visual Basic |
|---|
Public Sub Add ( _ toolctrl As ToolControl _ ) |
| Visual C++ |
|---|
public: void Add( ToolControl^ toolctrl ) |
Parameters
- toolctrl
- Type: CuteEditor..::..ToolControl