Class TabControlDescription
Description of a SAP GUI for Windows tab strip.
public class TabControlDescription : ElementDescription, ICloneable, IDescription
- Inheritance
-
TabControlDescription
- Implements
- Inherited Members
Constructors
TabControlDescription()
public TabControlDescription()
Properties
IsEnabled
Indicates whether the tab strip can accept user input.
public bool? IsEnabled { get; set; }
Property Value
- bool?
SelectedTab
The name of the selected tab.
public StringProperty SelectedTab { get; set; }
Property Value
Tabs
The list of the tabs in the tab strip.
public string[] Tabs { get; set; }
Property Value
- string[]
TabsCount
The number of tabs contained in the tab strip.
public uint? TabsCount { get; set; }
Property Value
- uint?
Text
The text associated with the tab strip.
public StringProperty Text { get; set; }
Property Value
Tooltip
The value of the tab strip's tooltip.
public StringProperty Tooltip { get; set; }