ControlDesigner::AccessibilityObject Property

 

Gets the AccessibleObject assigned to the control.

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

public:
property AccessibleObject^ AccessibilityObject {
	virtual AccessibleObject^ get();
}

Property Value

Type: System.Windows.Forms::AccessibleObject^

The AccessibleObject assigned to the control.

For more information about accessible objects, see the Active Accessibility section of the MSDN Library.

.NET Framework
Available since 1.1
Return to top
Show: