Interface ITab
A single tab item belonging to a PowerBuilder tab control object.
Namespace: HP.LFT.SDK.PowerBuilder
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 |