ToolboxControl::AssociatedDesigner Property

.NET Framework (current version)
 

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

Namespace:   System.Activities.Presentation.Toolbox
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property WorkflowDesigner^ AssociatedDesigner {
	WorkflowDesigner^ get();
	void set(WorkflowDesigner^ value);
}

Property Value

Type: System.Activities.Presentation::WorkflowDesigner^

The T:System.Activities.Presentation.Toolbox.WorkflowDesigner instance with which this toolbox control is associated.

.NET Framework
Available since 4.0
Return to top
Show: