Version

UIElementAccessibleObject Class Properties

For a list of all members of this type, see UIElementAccessibleObject members.

Public Properties
 NameDescription
Public PropertyAccessibleObjectReturns the accessible object that represents the object. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyBoundsOverridden. Gets the location and size of the accessible object  
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 PropertyDescriptionOverridden. Gets a string that describes the visual appearance of the specified object. Not all objects have a description  
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 PropertyNameOverridden. Returns the name of the accessible object.  
Public PropertyParentOverridden. Gets the parent of an accessible object  
Public PropertyRoleOverridden. Returns the role of the accessible object.  
Public PropertyStateOverridden. Returns the state of the accessible object.  
Public PropertyUIElementReturns the associated UIElement  
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.  
See Also