CuteEditor for .NET 6.2 Class Library

Editor.ActiveTab Property

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

[Visual Basic]
Public Property ActiveTab As TabType
[C#]
public TabType ActiveTab {get; set;}

See Also

Editor Class | CuteEditor Namespace