Table of Contents

Property Timeout

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

Timeout

Gets or sets the timeout behavior for mouse hold repetition. If not set, defaults to SmoothAcceleratingTimeout with 500ms initial delay, 50ms minimum delay, and 0.7 decay factor.

Timeout? Timeout { get; set; }

Property Value

Timeout

Remarks

Setting a custom timeout allows tests to use simpler, more predictable timing behavior. The timeout's callback will be set automatically by the repeater.