DataGridColumnStyle::DataGridColumnHeaderAccessibleObject::Owner Property

 

Gets the column style object that owns the accessibility object.

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

protected:
property DataGridColumnStyle^ Owner {
	DataGridColumnStyle^ get();
}

Property Value

Type: System.Windows.Forms::DataGridColumnStyle^

The DataGridColumnStyle that owns the accessibility object.

.NET Framework
Available since 1.1
Return to top
Show: