Skip to main content

TdxStatusBarPanel.PanelStyle Property

Specifies the style of the panel.

Declaration

property PanelStyle: TdxStatusBarPanelStyle read; write;

Property Value

Type
TdxStatusBarPanelStyle

Remarks

Built-in status bars support five panel styles, specified by the PanelStyle property. Below are the descriptions of the available panel styles:

  1. Text panel is used for displaying simple text labels or control hints. For example, you may use it to display “Connected”, when your networking application successfully establishes a connection to a remote host.

  2. Container panel enables you to insert controls into a status bar. You can add images, edit fields, progress bars, checkboxes and other controls.

  3. Keyboard State panel tracks the state of the keyboard modifiers: CAPS LOCK, NUM LOCK, SCROLL LOCK and Insert/Overwrite. The keyboard state panel can be easily integrated into text processing applications.

  4. State Indicator panel provides you with visual indicators. You can use them to track network activity, the state of modem, communication adapter or other devices.

  5. Toolbar panel (available only for the Ribbon status bar) allows you to dock a toolbar into the status bar.

Note

It is also possible for a panel to have PanelStyle unassigned and it will then provide basic text capabilities only.

See Also