Vcl.ComCtrls.TStatusBar.SimplePanel
Delphi
property SimplePanel default False;
C++
__property SimplePanel = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TStatusBar |
Description
Determines whether the status bar displays a single panel or multiple panels. Vcl.ComCtrls.TStatusBar.SimplePanel inherits from Vcl.ComCtrls.TCustomStatusBar.SimplePanel. All content below this line refers to Vcl.ComCtrls.TCustomStatusBar.SimplePanel.
Determines whether the status bar displays a single panel or multiple panels.
If SimplePanel is set to True, the status bar consists of a single panel displaying the text in SimpleText. If SimplePanel is set to False, the status bar displays a separate panel for each item in its Panels property.
Note: When SimplePanel is False, you cannot use the SimpleText property to display text in the status bar. Instead, you must set the Text property on one of the panel objects.