GoDiagram Web Reference
CanStart Method (GoToolDragging)

The dragging tool is applicable when the user can move or copy one or more objects.
Syntax
'Declaration
 
Public Overrides Function CanStart() As Boolean
public override bool CanStart()

Return Value

This predicate returns true when:
  • the user has started moving the mouse with a mouse button down
  • the view allows objects to be moved or copied or dragged out of the window
  • the mouse button is not the context menu button
  • there is a selectable object under the mouse
  • and that object can be moved or copied
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
Base Implementation in CanStart

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback