Gets or sets the time to wait before permitting context menu display.

Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)

Syntax

C#
public TimeSpan ContextMenuDelay { get; set; }
Visual Basic
Public Property ContextMenuDelay As TimeSpan
	Get
	Set

See Also