[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates whether the panel contains text or is owner-drawn.
Source position: comctrls.pp line 92
published property TStatusPanel.Style : TStatusPanelStyle |
Style is a TStatusPanelStyle property which indicates whether the panel is drawn as text, or uses an owner-draw routine to render the status panel.
The default value for the property is psText. Changing the value for the property causes the Changed method to be called to update the collection item in its owner. PanelChanged is also called to invalidate the border for the status bar panel.
|
Text displayed on the status bar panel. |
|
|
Alignment - whether left- or right-justified or centered. |
|
|
Introduces BiDiMode support not present in the ancestor class. |
|
|
Introduces BiDiMode support not present in the ancestor class. |
|
|
PanelChanged - method for dealing with a status panel, one or more of whose parts has changed. |
|
|
Represents the style used for a panel on a status bar. |
|
Version 4.0 | Generated 2025-05-03 | Home |