Specifies whether the Preview Mode tab appear.

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

Syntax

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

See Also