System.Windows.Forms.Control.AccessibilityObject Property

Gets the System.Windows.Forms.AccessibleObject assigned to the control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public AccessibleObject AccessibilityObject { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

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

Note:

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

For more information about accessible objects, see the "Active Accessibility" section of the MSDN library at http://msdn.microsoft.com/library.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0