Gets or sets which Tab is active (Edit/Code/View). Read/write.

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

Syntax

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

See Also