Interface ITab
A single tab item belonging to a standard Window tab control.
public interface ITab
Properties
IsSelected
Indicates whether the tab item is selected.
bool IsSelected { get; }
Property Value
Text
The text of the tab item.
string Text { get; }