System.Windows.Forms.AccessibleObject: Method Members

The methods of System.Windows.Forms.AccessibleObject are listed below. For a list of all members, see the AccessibleObject Members list.

See Also: Inherited members from System.Runtime.InteropServices.StandardOleMarshalObject

Public Methods

DoDefaultAction()

Performs the default action associated with this accessible object.

GetChild(int) : AccessibleObject

Retrieves the accessible child corresponding to the specified index.

GetChildCount() : int

Retrieves the number of children belonging to an accessible object.

GetFocused() : AccessibleObject

Retrieves the object that has the keyboard focus.

GetHelpTopic(out string) : int
Documentation for this section has not yet been entered.
GetSelected() : AccessibleObject

Retrieves the currently selected child.

HitTest(int, int) : AccessibleObject

Retrieves the child object at the specified screen coordinates.

Navigate(AccessibleNavigation) : AccessibleObject

Navigates to another accessible object.

Select(AccessibleSelection)

Modifies the selection or moves the keyboard focus of the accessible object.

Protected Methods

UseStdAccessibleObjects(IntPtr)

Associates an object with an instance of an System.Windows.Forms.AccessibleObject based on the handle of the object.

UseStdAccessibleObjects(IntPtr, int)

Associates an object with an instance of an System.Windows.Forms.AccessibleObject based on the handle and the object id of the object.