System.Windows.Forms.ToolStripItem.AccessibilityObject Property

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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

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

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

For samples, see the System.Windows.Forms.AccessibleObject class.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0