Click or drag to resize

UserInterfaceObjectBaseOnMouseDoubleClick Method

Called during a mouse double click event on this object

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

Parameters

mouse
Type: Rhino.UIMouseState

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

See Also