Control::ControlAccessibleObject::Parent Property
.NET Framework (current version)
Gets the parent of an accessible object.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property AccessibleObject^ Parent { [SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)] [SecurityPermissionAttribute(SecurityAction::InheritanceDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual AccessibleObject^ get() override; }
Property Value
Type: System.Windows.Forms::AccessibleObject^An AccessibleObject that represents the parent of an accessible object, or null if there is no parent object.
.NET Framework
Available since 1.1
Available since 1.1
Show: