FreeformActivityDesigner.Initialize(Activity) Method

Definition

Initializes the FreeformActivityDesigner by using the specified Activity.

protected override void Initialize(System.Workflow.ComponentModel.Activity activity);

Parameters

activity
Activity

The Activity with which to initialize the FreeformActivityDesigner.

Remarks

Initialize adds a designer property extender to the FreeformActivityDesigner for it to use until the design surface is destroyed.

Applies to