Table of Contents

Enum HighlightStyle

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Describes the highlight style of a view.

[Flags]
public enum HighlightStyle

Fields

None = 0

No highlight.

Pressed = 2

The mouse is pressed within the Viewport.

PressedOutside = 4

The mouse is pressed but moved outside the Viewport.