Summary List Toolbar
The toolbar has three parts: the top (with the Query, Sort, and Layout lists), the middle (the Ad-hoc Query Editor), and the bottom (used for bottom rounded corner images).
For the top part:
body.ToolbarBody
sets the background color.
This class is also used by many dialogs, such as Attach File, History, and Options.
ToolbarLeft,
ToolbarCenter, and ToolbarRight set the
background images. ToolbarCenter also sets the font properties for the
captions.
For the middle part:
body.ToolbarM
sets the background color.
ToolbarMLeft,
ToolbarMCenter, and ToolbarMRight set the
background images. ToolbarMCenter also sets the font properties for the
captions.
For the bottom part:
body.ToolbarB
sets the background color.
ToolbarBLeft,
ToolbarBCenter, and ToolbarBRight set the
background images.
Related Topics