Version

AccessibleObjectWrapper Class Methods

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

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