The
Exontrol's ExStatusBar component provides statusbar panels to your forms. The
statusbar is a component (widget) often found at the bottom of windows in a
graphical user interface. It is very frequently divided into sections, each of
which shows different information. Its job is primarily to display information
about the current state of its window, although some status bars have extra
functionality. Usually, the status bar often called a status line in this
context displays the current state of the application, and helpful keyboard
shortcuts.
Use the Format property to
add and arrange the panels in the status bar control. Use the Panel
property to access the panels in the status bar.
| | Name | Description | |
| | AnchorFromPoint | Retrieves the identifier of the anchor from point. | |
| | Appearance | Retrieves or sets the control's appearance. | |
| | AttachTemplate | Attaches a script to the current object, including the events, from a string, file, a safe array of bytes. | |
| | BackColor | Specifies the control's background color. | |
| | BackColorPanels | Specifies a background color or a visual appearance applied to all panels in the status bar control. | |
| | Background | Returns or sets a value that indicates the background color for parts in the control. | |
| | BeginUpdate | Maintains performance when items are added to the control one at a time. This method prevents the control from painting until the EndUpdate method is called. | |
| | BorderHeight | Sets or retrieves a value that indicates the border height of the control. | |
| | BorderWidth | Sets or retrieves a value that indicates the border width of the control. | |
| | ClearPanels | Clears the collection of panels in the control. | |
| | Debug | Specifies whether the control displays debug information such of identifiers of the panels. | |
| | Enabled | Enables or disables the control. | |
| | EndUpdate | Resumes painting the control after painting is suspended by the BeginUpdate method. | |
| | EventParam | Retrieves or sets a value that indicates the current's event parameter. | |
| | ExecuteTemplate | Executes a template and returns the result. | |
| | Font | Retrieves or sets the control's font. | |
| | ForeColor | Specifies the control's foreground color. | |
| | Format | Specifies the CRD format to arrange the objects inside the control. | |
| | FormatAnchor | Specifies the visual effect for anchor elements in HTML captions. | |
| | HTMLPicture | Adds or replaces a picture in HTML captions. | |
| | hWnd | Retrieves the control's window handle. | |
| | Images | Sets at runtime the control's image list. The Handle should be a handle to an Images List Control. | |
| | ImageSize | Retrieves or sets the size of icons the control displays.. | |
| | Panel | Retrieves the panel in the control giving its identifier. | |
| | PanelFromPoint | Retrieves the panel from the point. | |
| | Picture | Retrieves or sets a graphic to be displayed in the control. | |
| | PictureDisplay | Retrieves or sets a value that indicates the way how the graphic is displayed on the control's background | |
| | Refresh | Refreshes the control. | |
| | ReplaceIcon | Adds a new icon, replaces an icon or clears the control's image list. | |
| | ShowImageList | Specifies whether the control's image list window is visible or hidden. | |
| | ShowToolTip | Shows the specified tooltip at given position. | |
| | Template | Specifies the control's template. | |
| | TemplateDef | Defines inside variables for the next Template/ExecuteTemplate call. | |
| | TemplatePut | Defines inside variables for the next Template/ExecuteTemplate call. | |
| | TemplateResult | Gets the result of the last Template call. | |
| | TemplateResultN | Gets the result of the last Template call, as double. | |
| | TemplateResultS | Gets the result of the last Template call, as string. | |
| | ToolTipDelay | Specifies the time in ms that passes before the ToolTip appears. | |
| | ToolTipFont | Retrieves or sets the tooltip's font. | |
| | ToolTipPopDelay | Specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. | |
| | ToolTipWidth | Specifies a value that indicates the width of the tooltip window, in pixels. | |
| | Version | Retrieves the control's version. | |
| | VisualAppearance | Retrieves the control's appearance. | |