UserInterfaceObjectBaseOnMouseEnter Method |
Called when the mouse goes over this object
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxprotected virtual void OnMouseEnter(
MouseState mouse
)
Protected Overridable Sub OnMouseEnter (
mouse As MouseState
)
Parameters
- mouse
- Type: Rhino.UIMouseState
[Missing <param name="mouse"/> documentation for "M:Rhino.UI.UserInterfaceObjectBase.OnMouseEnter(Rhino.UI.MouseState)"]
See Also