Click or drag to resize

MouseSelectMode Enumeration

Defines enumerated constant values to indicate a particular window selection mode.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum MouseSelectMode
Members
  Member nameValueDescription
Crossing0Anything that crosses this window will be selected.
Window1Anything that is inside this window will be selected.
Combo2Drag a rectangle from left to right for window select. Drag a rectangle from right to left for crossing select.
See Also