PlatformAPI.TOTADeviceLayout.StatusbarHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

StatusbarHeight: Integer;

Properties

Type Visibility Source Unit Parent
field public PlatformAPI.pas 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.

See Also