DataGridViewRowHeaderCell::DataGridViewRowHeaderCellAccessibleObject::Parent Property
.NET Framework (current version)
Gets the parent of the DataGridViewRowHeaderCell::DataGridViewRowHeaderCellAccessibleObject.
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 DataGridViewRow::DataGridViewRowAccessibleObject that belongs to the DataGridViewRow of the current DataGridViewRowHeaderCell::DataGridViewRowHeaderCellAccessibleObject.
SecurityPermission
to call unmanaged code. Demand value: Demand. Permission value: UnmanagedCode
.NET Framework
Available since 2.0
Available since 2.0
Show: