Class ListDescription
The description of an Oracle list test object.
public class ListDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
ListDescription
- Implements
- Inherited Members
Constructors
ListDescription()
public ListDescription()
Properties
Caption
The caption of the object.
public StringProperty Caption { get; set; }
Property Value
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?
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
SelectedIndex
The 0-based index of the item selected in the list. NOTE: If no item is selected, -1 is returned.
public int? SelectedIndex { get; set; }
Property Value
- int?
SelectedItem
The value of the item selected in the list.
public StringProperty SelectedItem { get; set; }
Property Value
TooltipText
The text displayed in the object's tooltip.
public StringProperty TooltipText { get; set; }