SequentialWorkflowRootDesigner.CanBeParentedTo Method

Definition

Returns a value that indicates whether a CompositeActivity can be set as the parent of the activity associated with the designer.

C#
public override bool CanBeParentedTo(System.Workflow.ComponentModel.Design.CompositeActivityDesigner parentActivityDesigner);

Parameters

parentActivityDesigner
CompositeActivityDesigner

The CompositeActivityDesigner to check.

Returns

true to allow the activity associated with parentActivityDesigner to be the parent of the activity associated with the SequentialWorkflowRootDesigner; otherwise, false.

Remarks

Root designers cannot have a parent activity designer on a workflow design surface. Unless overridden in an inheriting class, CanBeParentedTo returns false.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1