ControlDesigner::ControlDesignerAccessibleObject::Parent Property

 

Gets the parent of an accessible object.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
property AccessibleObject^ Parent {
	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
Return to top
Show: