Class ButtonDescription
The description of an Oracle button test object.
public class ButtonDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
ButtonDescription
- Implements
- Inherited Members
Constructors
ButtonDescription()
public ButtonDescription()
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; }
Property Value
ObjectDescription
The accessibility description of the object as specified by the server.
public StringProperty ObjectDescription { get; set; }
Property Value
ObjectName
The internal name of the object supplied by the application server.
public StringProperty ObjectName { get; set; }
Property Value
TooltipText
The text displayed in the object's tooltip.
public StringProperty TooltipText { get; set; }