Enum ControlScrollBarType

ControlScrollBarType enumeration

Represents the type of scroll bar.

public enum ControlScrollBarType

Values

NameValueDescription
None0Displays no scroll bars.
Horizontal1Displays a horizontal scroll bar.
BarsVertical2Displays a vertical scroll bar.
BarsBoth3Displays both a horizontal and a vertical scroll bar.

See Also