Specifies whether the Bottom Bar(Design, Html and Preview Mode tab) appear.

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

Collapse imageSyntax

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

Collapse imageSee Also