The new notebook control provides style bits so that your application can
specify or change the default style settings. One style bit from each of
the following groups can be specified. If you specify more than one style
bit, you must use an OR operator (|) to combine them.
- New Notebook
BKS_TABBEDDIALOG
Indicates a new notebook control
is desired. (The default is an old notebook.)
Location
of major tabs
BKS_MAJORTABTOP
BKS_MAJORTABBOTTOM
Ordering
of major tabs
BKS_BACKPAGESTR
Left-to-right when BKS_MAJORTABTOP
(default)
BKS_BACKPAGESTL
Right to left when BKS_MAJORTABTOP
BKS_BACKPAGESBR
Left-to-right when BKS_MAJORTABBOTTOM
(default)
BKS_BACKPAGESBL
Right-to-left when BKS_MAJORTABBOTTOM
Button
Area
BKS_BUTTONAREA
Creates space above or below the
notebook page for a set of push buttons.
Styles
ignored by New Notebook
BKS_SOLIDBIND
BKS_SPIRALBIND
BKS_TABTEXTCENTER
BKS_TABTEXTLEFT
BKS_TABTEXTRIGHT
BKS_STATUSTEXTLEFT
Left-justified status text
BKS_STATUSTEXTRIGHT
Right-justified status
text
BKS_STATUSTEXTCENTER
BKS_MAJORTABRIGHT
BKS_MAJORTABLEFT
BKS_SQUARETABS
BKS_ROUNDEDTABS
BKS_POLYGONTABS
Polygonal tabs (Do not specify
with BKS_TABBEDDIALOG because this style overlaps BKS_BUTTONAREA and you
might get unexpected results.)
[Back]
[Next]