ActivityDesignerAccessibleObject::Parent Property

 

Gets the parent of the ActivityDesignerAccessibleObject.

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^

The AccessibleObject that represents the parent of the current ActivityDesignerAccessibleObject or a null reference (Nothing in Visual Basic) if there it no parent accessible object.

.NET Framework
Available since 3.0
Return to top
Show: