Table of Contents

Enum ScrollbarHitZone

Namespace
SharpConsoleUI.Helpers
Assembly
SharpConsoleUI.dll

Identifies which part of a scrollbar was hit by a click.

public enum ScrollbarHitZone
Extension Methods

Fields

DownArrow = 2
None = 0
Thumb = 3
TrackAbove = 4
TrackBelow = 5
UpArrow = 1