Eyeshot 10 WinForms API Reference
OnMouseMove Method (ViewCubeIcon)

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
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

Reference

ViewCubeIcon Class
ViewCubeIcon Members