GroupBox::CreateAccessibilityInstance Method ()

 

Creates a new accessibility object for the GroupBox.

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

protected:
virtual AccessibleObject^ CreateAccessibilityInstance() override

If you do not explicitly call the CreateAccessibilityInstance method, it will be called when the AccessibilityObject property is referenced.

See the Control::CreateAccessibilityInstance method for an example of how to use the GroupBox::CreateAccessibilityInstance method.

.NET Framework
Available since 2.0
Return to top
Show: