Click or drag to resize

UserInterfaceObjectBaseOnMouseUp Method

Called when the mouse is released on this object

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

Parameters

mouse
Type: Rhino.UIMouseState

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

See Also