Table of Contents

Property ActivateOnAccept

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

ActivateOnAccept

Gets whether the Accept command (Enter key) should also invoke Activate (toggle/select) before accepting. The default is true (OptionSelector behavior). Override to return false to accept without activating (FlagSelector behavior).

protected virtual bool ActivateOnAccept { get; }

Property Value

bool