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