ControlScrollBarType enumeration

ControlScrollBarType enumeration

Represents the type of scroll bar.

The ControlScrollBarType type exposes the following members:

Fields

FieldDescription
NONEDisplays no scroll bars.
HORIZONTALDisplays a horizontal scroll bar.
BARS_VERTICALDisplays a vertical scroll bar.
BARS_BOTHDisplays both a horizontal and a vertical scroll bar.

See Also