ConnectorAccessibleObject::Parent Property

 

Gets the parent of an accessible object.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property AccessibleObject^ Parent {
	virtual AccessibleObject^ get() override;
}

Property Value

Type: System.Windows.Forms::AccessibleObject^

Parent object for the accessible object

.NET Framework
Available since 3.0
Return to top
Show: