StatusStrip::CreateAccessibilityInstance Method ()
.NET Framework (current version)
Creates a new accessibility object for the control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
If you do not explicitly call the CreateAccessibilityInstance method, it will be called when the Control::AccessibilityObject property is referenced.
Note |
|---|
To get or set the Control::AccessibilityObject property, you must add a reference to the Accessibility assembly installed with the .NET Framework. |
For a code example demonstrating how to use CreateAccessibilityInstance, see Control::CreateAccessibilityInstance.
.NET Framework
Available since 2.0
Available since 2.0
Show:
