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