DataGridColumnStyle::CreateHeaderAccessibleObject Method ()
.NET Framework (current version)
Gets the AccessibleObject for the column.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This property is called by a DataGridTableStyle when its System.Windows.Forms::DataGrid property changes. This property is required because any child controls hosted by a DataGridColumnStyle must be added to the System.Windows.Forms::DataGrid control's ControlCollection.
The following code example gets the System.Windows.Forms::DataGrid of a DataGridColumnStyle.
.NET Framework
Available since 1.1
Available since 1.1
Show: