Class TabControlDescription
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
SelectedTab
The selected tab in the tab control.
public StringProperty SelectedTab { get; set; }
Property Value
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?