Class TabControlDescription
The description of a PowerBuilder TabControl test object.
Inheritance
TabControlDescription
Inherited Members
Namespace: HP.LFT.SDK.PowerBuilder
Assembly: HP.LFT.SDK.dll
Syntax
public class TabControlDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
Constructors
TabControlDescription()
Declaration
public TabControlDescription()
Properties
SelectedTab
The selected tab in the TabControlDescription.
Declaration
public StringProperty SelectedTab { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
Tabs
All tabs in the TabControlDescription.
Declaration
public string[] Tabs { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
TabsCount
The number of tabs in the TabControlDescription.
Declaration
public int? TabsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |