DataGridColumnStyle::DataGridColumnHeaderAccessibleObject::Parent Property
.NET Framework (current version)
Gets the parent accessibility object.
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
Available since 1.1
Show: