FreeformActivityDesigner.CanResizeContainedDesigner(ActivityDesigner) Method

Definition

Returns a value that indicates whether a user can visually resize the specified child activity designer in the FreeformActivityDesigner.

protected public:
 virtual bool CanResizeContainedDesigner(System::Workflow::ComponentModel::Design::ActivityDesigner ^ containedDesigner);
protected internal virtual bool CanResizeContainedDesigner (System.Workflow.ComponentModel.Design.ActivityDesigner containedDesigner);
abstract member CanResizeContainedDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner -> bool
override this.CanResizeContainedDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner -> bool
Protected Friend Overridable Function CanResizeContainedDesigner (containedDesigner As ActivityDesigner) As Boolean

Parameters

containedDesigner
ActivityDesigner

The ActivityDesigner to check.

Returns

true if a user can visually resize the specified activity designer; otherwise, false.

Remarks

Unless overridden in a derived class, CanResizeContainedDesigner returns true if containedDesigner is a FreeformActivityDesigner. Other types of designers cannot be resized.

Applies to