Class TabDescription
The description of an Oracle tabbed region test object.
public class TabDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
TabDescription
- Implements
- Inherited Members
Constructors
TabDescription()
public TabDescription()
Properties
ClassPath
The Oracle class hierarchy of the object's Oracle class.
public StringProperty ClassPath { get; set; }
Property Value
IsEnabled
Indicates whether the object is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
Label
The text displayed on the object.
public StringProperty Label { get; set; }