Table of Contents

Class TabControlDescription

Description of a SAP GUI for Windows tab strip.

Inheritance
TabControlDescription
Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class TabControlDescription : ElementDescription, ICloneable, IDescription

Constructors

TabControlDescription()

Declaration
public TabControlDescription()

Properties

IsEnabled

Indicates whether the tab strip can accept user input.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

SelectedTab

The name of the selected tab.

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

Tabs

The list of the tabs in the tab strip.

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

TabsCount

The number of tabs contained in the tab strip.

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

Text

The text associated with the tab strip.

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

Tooltip

The value of the tab strip's tooltip.

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

Implements

ICloneable
IDescription