2.5.73.1 FormScrollBarFlags

A bit field that specifies the location of the scroll bars of a form.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

A

B

C

D

E

F

A - fScrollBarsHorizontal (1 bit): Specifies whether the horizontal scroll bar is displayed.

B - fScrollBarsVertical (1 bit): Specifies whether the vertical scroll bar is displayed.

C - fScrollBarsKeepHorizontal (1 bit): Specifies whether to display the horizontal scroll bar at all times, even when all controls are visible without scrolling.

D - fScrollBarsKeepVertical (1 bit): Specifies whether to display the vertical scroll bar at all times, even when all controls are visible without scrolling.

E - fScrollBarsKeepLeft (1 bit): Specifies whether to display the vertical scroll bar on the left side of the form.

F - Unused (3 bits): MUST be set to zero.