Table of Contents

TTMSFNCCustomToolBarSeparator Class

Base class for toolbar separator controls; draws a vertical or horizontal divider line between toolbar item groups.

API unit family: TMSFNCToolBar Inherits from: TTMSFNCCustomToolBarElement

Syntax

TTMSFNCCustomToolBarSeparator = class(TTMSFNCCustomToolBarElement)

Properties

Name Description
CanCopy When True, this element can be copied to the compact popup toolbar. Set to False to exclude it from the compact view. (inherited from TTMSFNCCustomToolBarElement)
ControlIndex Zero-based index of this control within the toolbar's control list. Set internally during layout; do not change at runtime. (inherited from TTMSFNCCustomToolBarElement)
Orientation Direction in which the separator line is drawn inside the toolbar.

Methods

Name Description
Draw Renders the separator line onto the toolbar canvas.