Specifies whether the Edit Mode tab appear.

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

Syntax

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

See Also