Table of Contents

Class TabControlDescription

Namespace
HP.LFT.SDK.WinForms
Assembly
HP.LFT.SDK.dll

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

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

Constructors

TabControlDescription()

public TabControlDescription()

Properties

AttachedText

The static text attached to a control.

public StringProperty AttachedText { get; set; }

Property Value

StringProperty

SelectedTab

The selected tab in the tab control.

public StringProperty SelectedTab { get; set; }

Property Value

StringProperty

Tabs

The tabs in the tab control.

public string[] Tabs { get; set; }

Property Value

string[]

TabsCount

The number of tabs in the tab control.

public int? TabsCount { get; set; }

Property Value

int?