Table of Contents

Property ShowMarks

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

ShowMarks

Gets or sets whether mark glyphs (checkboxes/radio buttons) are visually displayed.

public bool ShowMarks { get; set; }

Property Value

bool

Set to true to show mark glyphs; false to hide them.

Remarks

When true, marks are rendered with glyphs: checkboxes (☒/☐) when MarkMultiple is true, or radio buttons (◉/○) when false.

When false, marks can still exist and affect rendering through visual roles (e.g., Highlight), but no glyphs are shown. The default is false.

The SPACE key toggles marking regardless of this property's value.