Table of Contents

TTMSFNCRibbonGroup Class

A named group that spans one or more ribbon pages, drawn as a labeled background region behind the corresponding tab sections.

API unit family: TMSFNCRibbon Inherits from: TCollectionItem

Syntax

TTMSFNCRibbonGroup = class(TCollectionItem)

Properties

Name Description
BitmapContainer Read-only reference to the ribbon's bitmap container, used to resolve named bitmaps.
BorderColor Border color of the group area when UseDefaultAppearance is False.
Color Background fill color of the group area when UseDefaultAppearance is False.
DataBoolean General-purpose Boolean value for application use.
DataInteger General-purpose integer value for application use.
DataObject General-purpose object reference for application use.
DataPointer General-purpose pointer for application use.
DataString General-purpose string value for application use.
EndPageIndex Zero-based index of the last ribbon page included in this group.
StartPageIndex Zero-based index of the first ribbon page included in this group.
Tag General-purpose integer tag for application use.
Text Label text displayed at the bottom of the group area.
TextAlign Horizontal alignment of the group label text within the group area.
TextColor Color of the group label text when UseDefaultAppearance is False.
Trimming Controls how overlong group label text is trimmed.
UseDefaultAppearance When True, the group uses colors from the ribbon's active theme; when False, Color, BorderColor, and TextColor are used instead.
Visible When False, the group is hidden and its page range is not drawn.
WordWrapping When True, the group label text wraps across multiple lines.

Methods

Name Description
Ribbon Returns the ribbon control that owns this group.

Used by