Get the id of the Cute Editor ToolBar

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

Syntax

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

See Also