StatusBar object
Tip The /COM object can be placed on a HTML page (with usage of the HTML object tag:  <object classid="clsid:...">)  using the class identifier: {0885027A-DF96-481F-928C-E3E3788889BA}. The object's program identifier is: "Exontrol.StatusBar". The /COM object module is: "ExStatusBar.dll"
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.

NameDescription
AnchorFromPointRetrieves the identifier of the anchor from point.
AppearanceRetrieves or sets the control's appearance.
AttachTemplateAttaches a script to the current object, including the events, from a string, file, a safe array of bytes.
BackColorSpecifies the control's background color.
BackColorPanelsSpecifies a background color or a visual appearance applied to all panels in the status bar control.
BackgroundReturns or sets a value that indicates the background color for parts in the control.
BeginUpdateMaintains 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.
BorderHeightSets or retrieves a value that indicates the border height of the control.
BorderWidthSets or retrieves a value that indicates the border width of the control.
ClearPanelsClears the collection of panels in the control.
DebugSpecifies whether the control displays debug information such of identifiers of the panels.
EnabledEnables or disables the control.
EndUpdateResumes painting the control after painting is suspended by the BeginUpdate method.
EventParamRetrieves or sets a value that indicates the current's event parameter.
ExecuteTemplateExecutes a template and returns the result.
FontRetrieves or sets the control's font.
ForeColorSpecifies the control's foreground color.
FormatSpecifies the CRD format to arrange the objects inside the control.
FormatAnchorSpecifies the visual effect for anchor elements in HTML captions.
HTMLPictureAdds or replaces a picture in HTML captions.
hWndRetrieves the control's window handle.
ImagesSets at runtime the control's image list. The Handle should be a handle to an Images List Control.
ImageSizeRetrieves or sets the size of icons the control displays..
PanelRetrieves the panel in the control giving its identifier.
PanelFromPointRetrieves the panel from the point.
PictureRetrieves or sets a graphic to be displayed in the control.
PictureDisplayRetrieves or sets a value that indicates the way how the graphic is displayed on the control's background
RefreshRefreshes the control.
ReplaceIconAdds a new icon, replaces an icon or clears the control's image list.
ShowImageListSpecifies whether the control's image list window is visible or hidden.
ShowToolTipShows the specified tooltip at given position.
TemplateSpecifies the control's template.
TemplateDefDefines inside variables for the next Template/ExecuteTemplate call.
TemplatePutDefines inside variables for the next Template/ExecuteTemplate call.
TemplateResultGets the result of the last Template call.
TemplateResultNGets the result of the last Template call, as double.
TemplateResultSGets the result of the last Template call, as string.
ToolTipDelaySpecifies the time in ms that passes before the ToolTip appears.
ToolTipFontRetrieves or sets the tooltip's font.
ToolTipPopDelaySpecifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control.
ToolTipWidthSpecifies a value that indicates the width of the tooltip window, in pixels.
VersionRetrieves the control's version.
VisualAppearanceRetrieves the control's appearance.