Specifies whether toolbars in the Cute Editor Code View are visible

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

Syntax

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

See Also