DataGrid::CreateAccessibilityInstance Method ()

 

Constructs a new instance of the accessibility object for this control.

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

protected:
virtual AccessibleObject^ CreateAccessibilityInstance() override

Derived classes should not call the base class's CreateAccessibilityInstance method.

Only the following properties of the AccessibleObject should be set:

All other properties are handled by the System.Windows.Forms::DataGrid itself.

.NET Framework
Available since 1.1
Return to top
Show: