Interface ITab
A single tab item belonging to a standard Window tab control.
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITab
Properties
IsSelected
Indicates whether the tab item is selected.
Declaration
bool IsSelected { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Text
The text of the tab item.
Declaration
string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |