DataGridColumnStyle::DataGridColumnHeaderAccessibleObject::Parent Property

 

Gets the parent accessibility object.

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

public:
property AccessibleObject^ Parent {
	[SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)]
	virtual AccessibleObject^ get() override;
}

Property Value

Type: System.Windows.Forms::AccessibleObject^

The parent AccessibleObject of the column style object.

.NET Framework
Available since 1.1
Return to top
Show: