ToolControls Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..ToolControls Property |
| Editor Class See Also Send Feedback |
Get A collection of the buttons/dropdowns in the Edit View toolbar
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public ToolControlCollecton ToolControls { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ToolControls As ToolControlCollecton Get |
| Visual C++ |
|---|
public: property ToolControlCollecton^ ToolControls { ToolControlCollecton^ get (); } |