ViewCubeIcon.OnMouseMove (MouseEventArgs, Viewport, Boolean) Method

Occurs when the mouse moves over the ViewCubeIcon.
Public Overridable Function OnMouseMove( _ 
ByVal e As MouseEventArgs, _ 
ByVal viewport As Viewport, _ 
ByVal overButtons As Boolean
) As Boolean
This language is not supported or no code example is available.
public virtual bool OnMouseMove( 
MouseEventArgs e
Viewport viewport
bool overButtons 
)
This language is not supported or no code example is available.

Parameters

e
MouseEventArgs

The mouse event argument in screen coordinates

viewport
Viewport

The viewport

overButtons
bool

Tells if the mouse is over a ToolBarButton or ProgressBarButton

Return Value

bool

True if the selected part of the ViewCubeIcon changes.

Remarks
 
Override this method and return false to disable VewCubeIcon selection.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition