Table of Contents

Class TabControlDescription

Namespace
HP.LFT.SDK.PowerBuilder
Assembly
HP.LFT.SDK.dll

The description of a PowerBuilder TabControl test object.

public class TabControlDescription : UiObjectWithLayoutInfoDescription, ICloneable, IDescription
Inheritance
TabControlDescription
Implements
Inherited Members

Constructors

TabControlDescription()

public TabControlDescription()

Properties

SelectedTab

The selected tab in the TabControlDescription.

public StringProperty SelectedTab { get; set; }

Property Value

StringProperty

Tabs

All tabs in the TabControlDescription.

public string[] Tabs { get; set; }

Property Value

string[]

TabsCount

The number of tabs in the TabControlDescription.

public int? TabsCount { get; set; }

Property Value

int?