Specifies whether toolbars in the Cute Editor control are visible

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

Syntax

C#
public bool ShowToolBar { get; set; }
Visual Basic
Public Property ShowToolBar As Boolean
	Get
	Set
Visual C++
public:
property bool ShowToolBar {
	bool get ();
	void set (bool value);
}

See Also