Version

AccessibleObjectWrapper Class Properties

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

Public Properties
 NameDescription
Public PropertyAccessibleObjectReturns the accessible object that represents the object.  
Public PropertyBoundsGets 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.  
Public PropertyDescriptionGets 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.  
Public PropertyKeyboardShortcutGets the shortcut key or access key for the accessible object  
Public PropertyMarshallingControlReturns the control used to marshal calls to the ui thread.  
Public PropertyNameReturns the name of the accessible object.  
Public PropertyParentGets the parent of an accessible object  
Public PropertyRoleReturns the role of the accessible object.  
Public PropertyStateReturns the state of the accessible object.  
Public PropertyValueGets or sets the value of an accessible object.  
Protected Properties
 NameDescription
Protected PropertyCanPerformDefaultActionIndicates if the default action can be performed.  
See Also