Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Control::AccessibilityObject Property

 

Gets the AccessibleObject assigned to the control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property AccessibleObject^ AccessibilityObject {
	AccessibleObject^ get();
}

Property Value

Type: System.Windows.Forms::AccessibleObject^

The AccessibleObject assigned to the control.

To control the instance returned from this method, override the CreateAccessibilityInstance method.

If no AccessibleObject is currently assigned to the control, a new instance of one is created.

System_CAPS_noteNote

To get or set the AccessibilityObject property, you must add a reference to the Accessibility assembly installed with the.NET Framework.

For more information about accessible objects, see Active Accessibility.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft