AddToolbarGroupStart Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..AddToolbarGroupStart Method |
| Editor Class See Also Send Feedback |
Adds a G_start (start of a Group Menu) to the editor toolbar
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public void AddToolbarGroupStart( ToolControlCollecton tools ) |
| Visual Basic |
|---|
Public Sub AddToolbarGroupStart ( _ tools As ToolControlCollecton _ ) |
| Visual C++ |
|---|
public: void AddToolbarGroupStart( ToolControlCollecton^ tools ) |
Parameters
- tools
- Type: CuteEditor..::..ToolControlCollecton