Get A collection of the buttons/dropdowns in the Edit View toolbar

Namespace: CuteEditor
Assembly: 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 ();
}

See Also