Click or drag to resize

UserInterfaceObjectBaseOnMouseDown Method

Called when the mouse goes down on this object

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

Parameters

mouse
Type: Rhino.UIMouseState
Current mouse state when this event occurs
See Also