Table of Contents

Property DoubleClickAccepts

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

DoubleClickAccepts

Gets or sets whether double clicking on a Radio Item will cause the Accepting event to be raised.

public bool DoubleClickAccepts { get; set; }

Property Value

bool

Remarks

If false and Accept is not handled, the Accept event on the SuperView will be raised. The default is true.