Modifying the Appearance of the Toolbar
In This Topic
To modify the appearance of the toolbar, complete the following steps:
- Select the C1ToolBar drop-down arrow in the Properties window.
- Expand the Font properties of the C1ToolBar component. Set the following font properties:
Font.Name = Arial
Font.Size = 9
- Set the following C1ToolBar properties:
BackColor = #0066CC
BackHiColor = Pale Turquoise
ForeColor = White
ForeHicolor = #003399
- Expand the C1ToolBar.Border properties node. Set the following C1ToolBar properties:
Border.Light Color = Pale Turquoise
Border.Style = Outset
Border.Width = 3
The toolbar appears like the following at run time:
See Also