System.Windows.Forms.AccessibleObject Members

The members of System.Windows.Forms.AccessibleObject are listed below.

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

Public Constructors

Initializes a new instance of the System.Windows.Forms.AccessibleObject class.

Public Properties

[read-only]
BoundsSystem.Drawing.Rectangle.

Gets the location and size of the accessible object.

[read-only]
DefaultActionstring.

Gets a string that describes the default action of the object. Not all objects have a default action.

[read-only]
Descriptionstring.

Gets a string that describes the visual appearance of the specified object. Not all objects have a description.

[read-only]
Helpstring.

Gets a description of what the object does or how the object is used.

[read-only]
KeyboardShortcutstring.

Gets the shortcut key or access key for the accessible object.

Namestring.

Gets or sets the object name.

[read-only]
ParentAccessibleObject.

Gets the parent of an accessible object.

[read-only]
RoleAccessibleRole.

Gets the role of this accessible object.

[read-only]
StateAccessibleStates.

Gets the state of this accessible object.

Valuestring.

Gets or sets the value of an accessible object.

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.

Explicitly Implemented Interface Members

[read-only]
Accessibility.IAccessible.accChildCountint.

Gets the number of child interfaces that belong to this object. For a description of this member, see Accessibility.IAccessible.accChildCount.

Accessibility.IAccessible.accDoDefaultAction

Performs the specified object's default action. Not all objects have a default action. For a description of this member, see Accessibility.IAccessible.accDoDefaultAction(object).

[read-only]
Accessibility.IAccessible.accFocusobject.

Gets the object that has the keyboard focus. For a description of this member, see Accessibility.IAccessible.accFocus.

Accessibility.IAccessible.accHitTest

Gets the child object at the specified screen coordinates. For a description of this member, see Accessibility.IAccessible.accHitTest(int, int).

Accessibility.IAccessible.accLocationDocumentation for this section has not yet been entered.
Accessibility.IAccessible.accNavigate

Navigates to an accessible object relative to the current object. For a description of this member, see Accessibility.IAccessible.accNavigate(int, object).

[read-only]
Accessibility.IAccessible.accParentobject.

Gets the parent accessible object of this object. For a description of this member, see Accessibility.IAccessible.accParent.

Accessibility.IAccessible.accSelect

Modifies the selection or moves the keyboard focus of the accessible object. For a description of this member, see Accessibility.IAccessible.accSelect(int, object).

[read-only]
Accessibility.IAccessible.accSelectionobject.

Gets the selected child objects of an accessible object. For a description of this member, see Accessibility.IAccessible.accSelection.

Accessibility.IAccessible.get_accChildDocumentation for this section has not yet been entered.
Accessibility.IAccessible.get_accDefaultActionDocumentation for this section has not yet been entered.
Accessibility.IAccessible.get_accDescriptionDocumentation for this section has not yet been entered.
Accessibility.IAccessible.get_accHelpDocumentation for this section has not yet been entered.
Accessibility.IAccessible.get_accHelpTopicDocumentation for this section has not yet been entered.
Accessibility.IAccessible.get_accKeyboardShortcutDocumentation for this section has not yet been entered.
Accessibility.IAccessible.get_accNameDocumentation for this section has not yet been entered.
Accessibility.IAccessible.get_accRoleDocumentation for this section has not yet been entered.
Accessibility.IAccessible.get_accStateDocumentation for this section has not yet been entered.
Accessibility.IAccessible.get_accValueDocumentation for this section has not yet been entered.
System.Reflection.IReflect.GetField

Gets the System.Reflection.FieldInfo object corresponding to the specified field and binding flag. For a description of this member, see System.Reflection.IReflect.GetField(string, System.Reflection.BindingFlags).

System.Reflection.IReflect.GetFields

Gets an array of System.Reflection.FieldInfo objects corresponding to all fields of the current class. For a description of this member, see System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags).

System.Reflection.IReflect.GetMember

Gets an array of System.Reflection.MemberInfo objects corresponding to all public members or to all members that match a specified name. For a description of this member, see System.Reflection.IReflect.GetMember(string, System.Reflection.BindingFlags).

System.Reflection.IReflect.GetMembers

Gets an array of System.Reflection.MemberInfo objects corresponding either to all public members or to all members of the current class. For a description of this member, see System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags).

System.Reflection.IReflect.GetMethod

Gets a System.Reflection.MethodInfo object corresponding to a specified method under specified search constraints. For a description of this member, see System.Reflection.IReflect.GetMethod(string, System.Reflection.BindingFlags).

System.Reflection.IReflect.GetMethod

Gets a System.Reflection.MethodInfo object corresponding to a specified method, using a Type array to choose from among overloaded methods. For a description of this member, see System.Reflection.IReflect.GetMethod(string, System.Reflection.BindingFlags, System.Reflection.Binder, Type[], System.Reflection.ParameterModifier[]).

System.Reflection.IReflect.GetMethods

Gets an array of System.Reflection.MethodInfo objects with all public methods or all methods of the current class. For a description of this member, see System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags).

System.Reflection.IReflect.GetProperties

Gets an array of System.Reflection.PropertyInfo objects corresponding to all public properties or to all properties of the current class. For a description of this member, see System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags).

System.Reflection.IReflect.GetProperty

Gets a System.Reflection.PropertyInfo object corresponding to a specified property under specified search constraints. For a description of this member, see System.Reflection.IReflect.GetProperty(string, System.Reflection.BindingFlags).

System.Reflection.IReflect.GetProperty

Gets a System.Reflection.PropertyInfo object corresponding to a specified property with specified search constraints. For a description of this member, see System.Reflection.IReflect.GetProperty(string, System.Reflection.BindingFlags, System.Reflection.Binder, Type, Type[], System.Reflection.ParameterModifier[]).

System.Reflection.IReflect.InvokeMember

Invokes a specified member. For a description of this member, see System.Reflection.IReflect.InvokeMember(string, System.Reflection.BindingFlags, System.Reflection.Binder, object, Object[], System.Reflection.ParameterModifier[], System.Globalization.CultureInfo, String[]).

Accessibility.IAccessible.set_accNameDocumentation for this section has not yet been entered.
Accessibility.IAccessible.set_accValueDocumentation for this section has not yet been entered.
[read-only]
System.Reflection.IReflect.UnderlyingSystemTypeType.

Gets the underlying type that represents the System.Reflection.IReflect object. For a description of this member, see System.Reflection.IReflect.UnderlyingSystemType.