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

Glossary Item Box

SideBar consists of a title, an internal Panel, a stack of buttons and a footer. The buttons overflow onto the footer. The footer also contains a menu. The menu is used to configure the SideBar and select the buttons which do not fit on the footer. When a button is clicked the SideBar title text changes to the text on the button and the button's corresponding internal Panel is displayed. Each button can be associated with an external control. If this is the case then the external control is also made visible. SideBar can be collapsed to show a summary version. The SideBar control is useful for top level application navigation. SideBar is similar to the navigation pane found in Microsoft Outlook.

The image below shows a SideBar with all major visual items identified.


Property Description
Style The visual style of the SideBar.
TitleFont The font of the title text.
Color The colour of the title bar, button stack size bar and footer bar for some styles.
SideBarItem.Image The image displayed on the button.
SideBarItem.Text The text drawn on the button.
ButtonForeColor The colour of the text on the button when the button is in the normal state.
ButtonBackColor The colour of the button background when the button is in the normal state.
ButtonHotTrackForeColor The colour of the button text when the mouse cursor is located over the button.
ButtonHotTrackBackColor The colour of the button background when the mouse cursor is located over the button.
ButtonPressedForeColor The colour of the button text when the button is in the depressed state.
ButtonPressedBackColor The colour of the button background when the button is in the depressed state.
ButtonCheckedForeColor The colour of the button text when the button is selected.
ButtonCheckedBackColor The colour of the button background when the button is selected.