Property UseSubMenusSingleFrame | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Gets or sets if the sub-menus must be displayed in a single or multiple frames.

By default, any sub-sub-menus (sub-menus of the main MenuItems) are displayed in a cascading manner, where each sub-sub-menu pops out of the sub-menu frame (either to the right or left, depending on where the sub-menu is relative to the edge of the screen). By setting UseSubMenusSingleFrame totrue, this behavior can be changed such that all sub-sub-menus are drawn within a single frame below the MenuBar.

public bool UseSubMenusSingleFrame { get; set; }

Property Value

bool