Version

ButtonUIElementBase.ButtonElementAccessibleObject Class Properties

For a list of all members of this type, see ButtonUIElementBase.ButtonElementAccessibleObject members.

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 PropertyDefaultActionOverridden. Gets a string that describes the default action of the object. Not all objects have a default action.  
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 PropertyStateOverridden. Returns the state of the accessible object.  
Public PropertyUIElementReturns the associated 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 PropertyCanPerformDefaultActionOverridden. Indicates if the default action can be performed.  
Protected PropertyIsVisibleIndicates if the associated object is displayed. (Inherited from Infragistics.Win.UIElementAccessibleObject)
See Also