GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolDragging Class / CanStart Method
In This Topic
    CanStart Method (GoToolDragging)
    In This Topic
    The dragging tool is applicable when the user can move or copy one or more objects.
    Syntax
    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
    See Also