Skip to main content

TdxStatusBarPanel.Visible Property

Specifies the visibility of the status bar panel.

Declaration

property Visible: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If the Visible property is set to True, the panel’s content is displayed. Otherwise, the panel becomes hidden. Note that sizes of other panels are not modified when hiding a panel. This can be used to create intervals between status bar panels. The image below shows an example of hiding a panel.

Note that in some paint styles panels don’t have their own borders. In such cases, separators are painted between them. In this instance, setting the Visible property of a panel to False will make it look like an empty panel. The image below illustrates this effect when the PaintStyle property of the status bar is set to stpsXP.

The default value of the Visible property is True.

See Also