Table of Contents

Property UseSubMenusSingleFrame

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

UseSubMenusSingleFrame

Gets or sets if sub-menus will be displayed using a "single frame" menu style. If true, the ContextMenu and any sub-menus that would normally cascade will be displayed within a single frame. If false (the default), sub-menus will cascade using separate frames for each level of the menu hierarchy.

public bool UseSubMenusSingleFrame { get; set; }

Property Value

bool