Table of Contents

Class TabControlDescription

The description of a .NET Windows Forms TabControl test object.

Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public class TabControlDescription : UiObjectDescriptionBase, ICloneable, IDescription

Constructors

TabControlDescription()

Declaration
public TabControlDescription()

Properties

AttachedText

The static text attached to a control.

Declaration
public StringProperty AttachedText { get; set; }
Property Value
Type Description
StringProperty

SelectedTab

The selected tab in the tab control.

Declaration
public StringProperty SelectedTab { get; set; }
Property Value
Type Description
StringProperty

Tabs

The tabs in the tab control.

Declaration
public string[] Tabs { get; set; }
Property Value
Type Description
string[]

TabsCount

The number of tabs in the tab control.

Declaration
public int? TabsCount { get; set; }
Property Value
Type Description
int?

Implements

ICloneable
IDescription