Table of Contents

TTMSFNCToolBarCompactAppearance Class

Appearance settings for the compact toolbar popup that appears when the toolbar overflows; exposes fill/stroke settings for each button state.

API unit family: TMSFNCToolBar Inherits from: TTMSFNCToolBarCustomButtonAppearance

Syntax

TTMSFNCToolBarCompactAppearance = class(TTMSFNCToolBarCustomButtonAppearance)

Properties

Name Description
DisabledFill Background fill when disabled. (inherited from TTMSFNCToolBarCustomButtonAppearance)
DisabledStroke Border stroke when disabled. (inherited from TTMSFNCToolBarCustomButtonAppearance)
DownFill Background fill when pressed. (inherited from TTMSFNCToolBarCustomButtonAppearance)
DownStroke Border stroke when pressed. (inherited from TTMSFNCToolBarCustomButtonAppearance)
FlatStyle When True, uses a flat style. (inherited from TTMSFNCToolBarCustomButtonAppearance)
HoverFill Background fill when hovered. (inherited from TTMSFNCToolBarCustomButtonAppearance)
HoverStroke Border stroke when hovered. (inherited from TTMSFNCToolBarCustomButtonAppearance)
NormalFill Background fill in the normal state. (inherited from TTMSFNCToolBarCustomButtonAppearance)
NormalStroke Border stroke in the normal state. (inherited from TTMSFNCToolBarCustomButtonAppearance)

Events

Name Description
OnChange Fires when any appearance property changes. (inherited from TTMSFNCToolBarCustomButtonAppearance)