Class TabControlDescription
The description of a Java TabControl test object.
public class TabControlDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
TabControlDescription
- Implements
- Inherited Members
Constructors
TabControlDescription()
public TabControlDescription()
Properties
OrigLogicalLocation
The original logical location of the tab control.
public StringProperty OrigLogicalLocation { get; set; }
Property Value
SelectedTab
The tabbed panel selected in this tab control.
public StringProperty SelectedTab { get; set; }
Property Value
TabsCount
The number of tabbed panels contained in this tab control.
public int? TabsCount { get; set; }
Property Value
- int?