- Overview
- Window control
- How to?
- Displaying a status bar
- Displaying a multi-cell status bar
- Status bar description window
Window control The status bar of a window is used to display several types of information. For example: - an information message linked to the current control.
This message can be entered in the "Help" tab of the control description window. The message will be displayed in the status bar when the user selects the control. - a specific information message. This message is displayed programmatically with Message.
- a progress bar. This progress bar is displayed programmatically with ProgressBar.
To display various information simultaneously, the status bar can be divided into several cells. Displaying a status bar To display a status bar in the current window, perform one of the following actions: - select "Show status bar" in the "Style" tab of the window description.
- on the "Window" tab, in the "Bars and menus" group, expand "Status bar" and select "With status bar".
- use the StatusBar property.
Displaying a multi-cell status bar You can create a multi-cell status bar in a window via one of the following actions: - from the status bar description: on the "Window" tab, in the "Bars and menus" group, expand "Status bar" and select "Edit".
- via the context menu of the status bar ("Insert a cell").
- through programming, with StatusBarAddCell.
Status bar description window The description window of a status bar allows you to: To display the status bar description window, you can: - double-click the status bar.
- select "Description" in the context menu of the status bar.
- on the "Window" tab, in the "Bars and menus" group, expand "Status bar" and select "Edit".
|
|
|
|