GoDiagram Web Reference
SelectsWhenStarts Property

Control whether Start may modify the view's selection.
Syntax
'Declaration
 
Public Property SelectsWhenStarts As Boolean
public bool SelectsWhenStarts {get; set;}

Property Value

This defaults to true--Start changes the selection based on where the mouse is and what modifier keys are in effect.
Remarks
You would set this to false when using this tool in a modal fashion, where your code has already specified the objects to be dragged in the view's GoSelection. If you set this property to true, you should also set MoveOffset and CurrentObject.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoToolDragging Class
GoToolDragging Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback