Version

AccessibleObjectWrapper Class Members

The following tables list the members exposed by AccessibleObjectWrapper.

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.  
Public Methods
 NameDescription
Public MethodDoDefaultActionPerforms the default action associated with this accessible object.  
Public Methodstatic (Shared in Visual Basic)FromAccessibleObjectReturns the wrapper that provides the accessible information for the accessible instance.  
Public MethodGetChildRetrieves the accessible child corresponding to the specified index  
Public MethodGetChildCountRetrieves the number of children belonging to an accessible object.  
Public MethodGetFocusedRetrieves the object that has the keyboard focus  
Public MethodGetHelpTopicGets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object.  
Public MethodGetSelectedRetrieves the currently selected child  
Public MethodHitTestRetrieves the child object at the specified screen coordinates.  
Public MethodNavigateNavigates to another accessible object  
Public MethodSelectModifies the selection or moves the keyboard focus of the accessible object  
Protected Methods
 NameDescription
Protected MethodCreateAccessibilityInstanceInvoked when the accessible object that represents the accessible object is to be created.  
Protected MethodGetMarshallingControlReturns the control used to synchronize accessibility calls.  
See Also