GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Indicator Class / OnMouseOver Method
In This Topic
    OnMouseOver Method (Indicator)
    In This Topic
    Change the cursor to Cursors.Hand if the user can modify the value of this indicator interactively.
    Syntax
    public override bool OnMouseOver( 
       GoInputEventArgs evt,
       GoView view
    )

    Parameters

    evt
    view

    Return Value

    true if the view's Cursor is changed to Cursors.Hand
    See Also