GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / DoMouseDown Method
In This Topic
    DoMouseDown Method (GoTool)
    In This Topic
    The view calls this method upon a mouse down event; all of the event information is provided by the LastInput property.
    Syntax
    public virtual void DoMouseDown()
    Remarks
    By default, this does nothing.
    See Also