UserInterfaceObjectBaseOnMouseDown Method |
Called when the mouse goes down on this object
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxprotected virtual void OnMouseDown(
MouseState mouse
)
Protected Overridable Sub OnMouseDown (
mouse As MouseState
)
Parameters
- mouse
- Type: Rhino.UIMouseState
Current mouse state when this event occurs
See Also