Version

ImageUIElementBase.ImageElementAccessibleObject Class Members

The following tables list the members exposed by ImageUIElementBase.ImageElementAccessibleObject.

Public Constructors
Public Properties
 NameDescription
Public PropertyAccessibleObjectReturns the accessible object that represents the object. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyBoundsGets the location and size of the accessible object (Inherited from Infragistics.Win.UIElementAccessibleObject)
Public PropertyDefaultActionGets a string that describes the default action of the object. Not all objects have a default action. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyDescriptionGets a string that describes the visual appearance of the specified object. Not all objects have a description (Inherited from Infragistics.Win.UIElementAccessibleObject)
Public PropertyHelpGets a description of what the object does or how the object is used. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyKeyboardShortcutGets the shortcut key or access key for the accessible object (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyMarshallingControlReturns the control used to marshal calls to the ui thread. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyNameReturns the name of the accessible object. (Inherited from Infragistics.Win.UIElementAccessibleObject)
Public PropertyParentGets the parent of an accessible object (Inherited from Infragistics.Win.UIElementAccessibleObject)
Public PropertyRoleOverridden. Returns the role of the accessible object.  
Public PropertyStateReturns the state of the accessible object. (Inherited from Infragistics.Win.UIElementAccessibleObject)
Public PropertyUIElementReturns the associated UIElementAccessibleObject.UIElement (Inherited from Infragistics.Win.UIElementAccessibleObject)
Public PropertyValueGets or sets the value of an accessible object. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Protected Properties
 NameDescription
Protected PropertyCanPerformDefaultActionIndicates if the default action can be performed. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Protected PropertyIsVisibleIndicates if the associated object is displayed. (Inherited from Infragistics.Win.UIElementAccessibleObject)
Public Methods
 NameDescription
Public MethodDoDefaultActionPerforms the default action associated with this accessible object. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public MethodGetChildRetrieves the accessible child corresponding to the specified index (Inherited from Infragistics.Win.UIElementAccessibleObject)
Public MethodGetChildCountRetrieves the number of children belonging to an accessible object. (Inherited from Infragistics.Win.UIElementAccessibleObject)
Public MethodGetFocusedRetrieves the object that has the keyboard focus (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public MethodGetHelpTopicGets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public MethodGetSelectedRetrieves the currently selected child (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public MethodHitTestRetrieves the child accessible object at the specified screen coordinates. (Inherited from Infragistics.Win.UIElementAccessibleObject)
Public MethodNavigateNavigates to another accessible object (Inherited from Infragistics.Win.UIElementAccessibleObject)
Public MethodSelectModifies the selection or moves the keyboard focus of the accessible object (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Protected Methods
 NameDescription
Protected MethodCreateAccessibilityInstanceInvoked when the accessible object that represents the accessible object is to be created. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Protected MethodGetMarshallingControlReturns the control used to synchronize accessibility calls. (Inherited from Infragistics.Win.UIElementAccessibleObject)
See Also