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

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

Syntax

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);
}

See Also