Click or drag to resize

UserInterfaceObjectBaseOnMouseLeave Method

Called when the mouse leaves this object

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnMouseLeave(
	MouseState mouse
)

Parameters

mouse
Type: Rhino.UIMouseState

[Missing <param name="mouse"/> documentation for "M:Rhino.UI.UserInterfaceObjectBase.OnMouseLeave(Rhino.UI.MouseState)"]

See Also