Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewCubeIcon Class / OnMouseMove Method
The mouse event argument in screen coordinates
The viewport
Tells if the mouse is over a ToolBarButton or ProgressBarButton

In This Topic
    OnMouseMove Method (ViewCubeIcon)
    In This Topic
    Occurs when the mouse moves over the ViewCubeIcon.
    Syntax
    'Declaration
     
    Public Overridable Function OnMouseMove( _
       ByVal e As MouseEventArgs, _
       ByVal viewport As Viewport, _
       ByVal overButtons As Boolean _
    ) As Boolean
    public virtual bool OnMouseMove( 
       MouseEventArgs e,
       Viewport viewport,
       bool overButtons
    )

    Parameters

    e
    The mouse event argument in screen coordinates
    viewport
    The viewport
    overButtons
    Tells if the mouse is over a ToolBarButton or ProgressBarButton

    Return Value

    True if the selected part of the ViewCubeIcon changes.
    Remarks
    Override this method and return false to disable VewCubeIcon selection.
    See Also