ToolStripItem::ToolStripItemAccessibleObject::Parent Property
.NET Framework (current version)
Gets or sets the parent of an accessible object.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property AccessibleObject^ Parent { [SecurityPermissionAttribute(SecurityAction::InheritanceDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] [SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual AccessibleObject^ get() override; }
Property Value
Type: System.Windows.Forms::AccessibleObject^An object of type AccessibleObject representing the parent.
.NET Framework
Available since 2.0
Available since 2.0
Show: