DataGrid::CreateAccessibilityInstance Method ()
.NET Framework (current version)
Constructs a new instance of the accessibility object for this control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return Value
Type: System.Windows.Forms::AccessibleObject^The Control::ControlAccessibleObject for this control.
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
Available since 1.1
Show: