ICreate.Controls.Bars Send comments on this topic.
Anatomy of TaskBar

Glossary Item Box

A TaskBar is a collapsible panel which can contain any number of hyperlinks. A TaskBar has a title bar and body section. The title bar displayx an image and text. The title bar also contains an expand/collapse button. The body section contains the TaskBarItem components. Each TaskBarItem has an Image and Text. The image below shows a TaskBar with all major visual elements and interactive surfaces highlighted.

Property Description
TitleImage The image displayed on the left of the title bar.
Text The text displayed on the title bar. The horizontal position of the Text can be set using the TitleTextAlign property. The TitleFont property specifies the font used to draw the Text.
Watermark The image displayed as a watermark on the body of the TaskBar. The WatermarkBounds Rectangle sets the position and size of the Watermark. The Watermark can be moved and resized on the design-time surface.
TaskBarItem.Image The image displayed at the top left of the TaskBarItem.
TaskBarItem.Text The text displayed for the TaskBarItem.