Table of Contents

Property UsePopoverMenu

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

UsePopoverMenu

Gets whether this entry uses a modal PopoverMenu (true, default) or an inline SubMenu (false) for its dropdown. This property must be set at construction time and cannot be changed after initialization.

public bool UsePopoverMenu { get; init; }

Property Value

bool