Table of Contents

TTMSFNCStatusBarAppearance Class

Defines the font, fill, and stroke appearance of the status bar. Visual appearance settings for the status bar background: fill, stroke, and the default font used across all panels.

API unit family: TMSFNCStatusBar Inherits from: TPersistent

Syntax

TTMSFNCStatusBarAppearance = class(TPersistent)

Properties

Name Description
Fill Background fill of the status bar.
Font Font used for panel text rendering.
Stroke Border stroke of the status bar.

Events

Name Description
OnChange Fires when any appearance property changes so the status bar can schedule a repaint.