Scroll Bar Control Window Class
The scroll bar control's window class describes a standalone scroll bar (i.e., one that is not part of another control such as an edit control).
The button control's window class is registered automatically when Windows starts. The name of the class is "SCROLLBAR".
Styles
- SBS_BOTTOMALIGM
- Align the bottom edge of the scroll bar with the bottom edge of its rectangle, using its default height. SBS_HORZ must also be specified.
- SBS_HORZ
- The scroll bar is a horizontal scroll bar.
- SBS_LEFTALIGN
- Align the left edge of the scroll bar with the left edge of its rectangle, using its default width. SBS_VERT must also be specified.
- SBS_RIGHTALIGN
- Align the right edge of the scroll bar with the right edge of its rectangle, using its default width. SBS_VERT must also be specified.
- SBS_SIZEBOX
- The scroll bar is a size box.
- SBS_SIZEBOXBOTTOMRIGHTALIGN
- Align the lower-right corner of the size box with the lower-right corner of its rectangle, using its default width and height. SBS_SIZEBOX must also be specified.
- SBS_SIZEBOXTOPLEFTALIGN
- Align the upper-left corner of the size box with the upper-left corner of its rectangle, using its default width and hieght. SBS_SIZEBOX must also be specified.
- SBS_SIZEGRIP
- The scroll bar is a size box with a raised edge.
- SBS_TOPALIGN
- Align the top edge of the scroll bar with the top edge of its rectangle, using its default height. SBS_HORZ must also be specified.
- SBS_VERT
- The scroll bar is a vertical scroll bar.
Constant Definitions
Const SBS_BOTTOMALIGN = &H4
Const SBS_HORZ = &H0
Const SBS_LEFTALIGN = &H2
Const SBS_RIGHTALIGN = &H4
Const SBS_SIZEBOX = &H8
Const SBS_SIZEBOXBOTTOMRIGHTALIGN = &H4
Const SBS_SIZEBOXTOPLEFTALIGN = &H2
Const SBS_SIZEGRIP = &H10
Const SBS_TOPALIGN = &H2
Const SBS_VERT = &H1
Back to the Window Class list.
Back to the Reference section.
Last Modified: October 29, 2000
This page is copyright © 2000 Paul Kuliniewicz.
Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/other/classes/scrollbar.html