Click or drag to resize

UserInterfaceObjectBaseIsMouseOver Method

Called to test if the mouse is actively over this object

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

Parameters

mouse
Type: Rhino.UIMouseState

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

Return Value

Type: Boolean
Return true if the mouse is over this object
See Also