AccessibleObject::IAccessible::accParent Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the parent accessible object of this object. For a description of this member, see IAccessible::accParent.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: property Object^ accParent { virtual Object^ get() sealed = IAccessible::accParent::get; }
Property Value
Type: System::Object^An IAccessible that represents the parent of the accessible object, or null if there is no parent object.
Implements
IAccessible::accParentThis member is an explicit interface member implementation. It can be used only when the AccessibleObject instance is cast to an IAccessible interface..
.NET Framework
Available since 2.0
Available since 2.0
Show: