Click or drag to resize

UserInterfaceGridBackgroundClaimsMouse Property

Whether a click where the grid has no child control belongs to the grid or to whatever is behind it. The default is false, so clicks on the padding, on the gaps between cells and on empty cells go through to the viewport, which is what a heads up display over a model wants.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool BackgroundClaimsMouse { get; set; }

Property Value

Type: Boolean
See Also