PlatformAPI.TOTADeviceLayout.StatusbarHeight
Delphi
StatusbarHeight: Integer;
C++
int StatusbarHeight;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| field | public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | TOTADeviceLayout |
Description
StatusbarHeight is the size (width or height) of the status bar of a device within a device layout.
If StatusbarPos is either sbpTop or sbpBottom, StatusbarHeight is the height of the status bar. If StatusbarPos is either sbpLeft or sbpRight, StatusbarHeight is the width of the status bar.