FreeformActivityDesigner.MoveContainedDesigner Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the specified ActivityDesigner to the specified location.
public:
void MoveContainedDesigner(System::Workflow::ComponentModel::Design::ActivityDesigner ^ containedDesigner, System::Drawing::Point newLocation);
public void MoveContainedDesigner (System.Workflow.ComponentModel.Design.ActivityDesigner containedDesigner, System.Drawing.Point newLocation);
member this.MoveContainedDesigner : System.Workflow.ComponentModel.Design.ActivityDesigner * System.Drawing.Point -> unit
Public Sub MoveContainedDesigner (containedDesigner As ActivityDesigner, newLocation As Point)
Parameters
- containedDesigner
- ActivityDesigner
The ActivityDesigner to move.
Exceptions
containedDesigner
contains a null
reference (Nothing
in Visual Basic).
containedDesigner
is not found in the ContainedDesigners collection.
Remarks
MoveContainedDesigner sets new bounds for the moved designer and performs all required layout operations for the FreeformActivityDesigner on the workflow design surface.
containedDesigner
must be in a child of the FreeformActivityDesigner before you call MoveContainedDesigner. If it is not, MoveContainedDesigner throws an ArgumentException.