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

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public ToolControlCollecton CodeViewToolControls { get; }
Visual Basic
Public ReadOnly Property CodeViewToolControls As ToolControlCollecton
	Get
Visual C++
public:
property ToolControlCollecton^ CodeViewToolControls {
	ToolControlCollecton^ get ();
}

See Also