ToolboxControl.AssociatedDesigner Property

Definition

Gets or sets the Windows Workflow Designer with which this toolbox control is associated.

public:
 property System::Activities::Presentation::WorkflowDesigner ^ AssociatedDesigner { System::Activities::Presentation::WorkflowDesigner ^ get(); void set(System::Activities::Presentation::WorkflowDesigner ^ value); };
public System.Activities.Presentation.WorkflowDesigner AssociatedDesigner { get; set; }
member this.AssociatedDesigner : System.Activities.Presentation.WorkflowDesigner with get, set
Public Property AssociatedDesigner As WorkflowDesigner

Property Value

The WorkflowDesigner instance with which this toolbox control is associated.

Applies to