Click or drag to resize

ViewSettingsSingleClickMaximize Property

Gets or sets the 'single-click maximize' value.

When true, maximizing a viewport needs a single click on the viewport title rather than a double-click.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static bool SingleClickMaximize { get; set; }

Property Value

Type: Boolean
See Also