ControlScrollBarType

ControlScrollBarType enumeration

Represents the type of scroll bar.

public enum ControlScrollBarType

Values

Name Value Description
None 0 Displays no scroll bars.
Horizontal 1 Displays a horizontal scroll bar.
BarsVertical 2 Displays a vertical scroll bar.
BarsBoth 3 Displays both a horizontal and a vertical scroll bar.

See Also