The Status Bar component displays a panel at the bottom of the main window. It shows information for users, similar to the status bars in web browsers. When a user moves the cursor over a hyperlink, the URL can appear in the status bar. To hide the status bar, set the Visible property to False.
When you select the Status Bar component in the “Components Used” list, the following properties become available:
AutoShowURLs: Determines whether the application displays the URL of a link when the mouse pointer is over it. Possible values are:
HideAllURLs: No URLs are shown. This is useful if you want to keep your URLs secret.HideExternal: Hides all external URLs (e.g.,http://,ftp://) but not internal ones. Internal URLs begin withhttps://heserver/(for CEF) orhttps://heserver.example/(for WebView2).HideInternal: Does the opposite of the previous option.ShowAll: All URLs are shown.
DefaultText: The default text to be displayed when no other information is indicated.
HideProgressBar: If
True, the progress bar on the status bar will be removed.Visible: If
False, the status bar is removed.