Property ActivateOnAccept
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; }