New notebook control window styles can be set when a notebook is created.
A new notebook is indicated by the BKS_TABBEDDIALOG style being specified.
The following styles can be set when creating a notebook control window.
If no styles are specified, defaults, which are identified in the following
descriptions, are used.
- Specify the following to determine the position of
the major tabs on the new notebook and the ordering of the tabs in the notebook.
BKS_MAJORTABTOP
Places major tabs on the notebook's
top edge. This is the default for a new notebook.
BKS_BACKPAGESTR
Tabs are ordered left to right (default)
BKS_BACKPAGESTL
Tabs are
ordered right to left.
BKS_MAJORTABBOTTOM
Places major tabs on the notebook's bottom edge.
BKS_BACKPAGESBR
Tabs are ordered left to right (default)
BKS_BACKPAGESBL
Tabs are
ordered right to left.
Specify
a common button area:
BKS_BUTTONAREA
Creates a common button area in a
new style notebook.
The
following styles are ignored for a new notebook:
BKS_SOLIDBIND
Paints a solid binding on the notebook.
This is the default.
BKS_SPIRALBIND
Paints
a spiral binding on the notebook.
BKS_MAJORTABRIGHT
Places major tabs on the notebook's right edge.
This is the default when either of these back pages styles is used.
BKS_MAJORTABLEFT
Places major tabs on the notebook's left edge.
BKS_SQUARETABS
Draws tabs with square edges.
BKS_ROUNDEDTABS
Draws tabs with rounded edges.
BKS_POLYGONTABS
Draws tabs with polygon edges.
BKS_TABTEXTCENTER
BKS_TABTEXTLEFT
BKS_TABTEXTRIGHT
Right-justifies tab text.
BKS_STATUSTEXTLEFT
Left-justifies status line text.
BKS_STATUSTEXTRIGHT
Right-justifies status line text.
BKS_STATUSTEXTCENTER
Centers status line text.
[Back]
[Next]