| 
 %SBS_BOTTOMALIGN  | 
 Align the bottom edge of the scroll bar with the bottom edge of the dialog, and use the default height of system scroll bars. Used with %SBS_HORZ.  | 
| 
 %SBS_HORZ  | 
 Scroll bar control is a horizontal scroll bar. (persistent for horizontal scroll bar controls)  | 
| 
 %SBS_LEFTALIGN  | 
 Align the left edge of the scroll bar with the left edge of the dialog, and use the default width of system scroll bars. Used with %SBS_VERT.  | 
| 
 %SBS_RIGHTALIGN  | 
 Align the right edge of the scroll bar with the right edge of the dialog, and use the default width of system scroll bars. Used with %SBS_VERT.  | 
| 
 %SBS_TOPALIGN  | 
 Align the top edge of the scroll bar with the top edge of the window, and use the default height of system scroll bars. Used with %SBS_HORZ.  | 
| 
 %SBS_VERT  | 
 Scroll bar control is a vertical scroll bar. (persistent for vertical scroll bar controls)  | 
| 
 %WS_DISABLED  | 
 Create a control that is initially disabled. A disabled control cannot receive input from the user.  | 
| 
 %WS_GROUP  | 
 Define the start of a group of controls. The first control in each group should also use %WS_TABSTOP style. The next %WS_GROUP control in the tab order defines the end of this group and the start of a new group.  | 
| 
 %WS_TABSTOP  | 
 Allow the scrollbar control to receive keyboard focus when the user presses the TAB and SHIFT+TAB keys. The TAB key shifts keyboard focus to the next control with the %WS_TABSTOP style, and SHIFT+TAB shifts focus to the previous control with %WS_TABSTOP.  | 
| 
 %WS_EX_CLIENTEDGE  | 
 Apply a sunken edge border to the control.  | 
| 
 %WS_EX_LEFT  | 
 The control has generic "left-aligned" properties. (default)  | 
| 
 %WS_EX_RIGHT  | 
 The control has generic "right-aligned" properties. This style has an effect only if the shell language is Hebrew, Arabic, or another language that supports reading order alignment.  | 
| 
 %WS_EX_STATICEDGE  | 
 Apply a three-dimensional border style to the control (intended to be used for items that do not accept user input).  | 
| 
 %WS_EX_TRANSPARENT  | 
 Controls/windows beneath the dialog are drawn before the dialog is drawn. The dialog is deemed transparent because elements behind the dialog have already been painted - the dialog itself is not drawn differently. True transparency is achieved by using Regions - see MSDN and/or the Platform SDK documentation for more information.  | 
| 
 %WS_EX_WINDOWEDGE  | 
 Apply a raised edge border to the control.  | 
See Also
CONTROL ADD SCROLLBAR
SCROLLBAR statement