Table of Contents

TTMSFNCBloxToolBar Class

Context toolbar that floats next to the selected element and exposes the editing panels and apply/command events as published members for use at design time.

API unit family: TMSFNCBloxToolBar Inherits from: TTMSFNCBloxCustomToolBar

Syntax

TTMSFNCBloxToolBar = class(TTMSFNCBloxCustomToolBar)

Properties

Name Description
BloxControl The design surface the toolbar operates on. (inherited from TTMSFNCBloxCustomToolBar)

Methods

Name Description
ClosePopup Closes any open dropdown or popup hosted by the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
InitializeDefault Initializes the toolbar with its default set of panels and buttons. (inherited from TTMSFNCBloxCustomToolBar)
Rebuild Recreates the toolbar buttons and panels to reflect the current configuration. (inherited from TTMSFNCBloxCustomToolBar)

Events

Name Description
OnApplyAlignCenter Occurs when center text alignment is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyAlignLeft Occurs when left text alignment is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyAlignRight Occurs when right text alignment is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyBold Occurs when bold formatting is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyFillColor Occurs when a fill color is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyFillColorTo Occurs when the secondary (gradient end) fill color is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyFillOrientation Occurs when a gradient fill orientation is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyFillType Occurs when a fill type is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyFontName Occurs when a font name is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyFontSize Occurs when a font size is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyItalic Occurs when italic formatting is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyPictureMode Occurs when a picture display mode is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplySnapToGrid Occurs when snap-to-grid is toggled for the element from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyStrikeOut Occurs when strikeout formatting is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyStrokeColor Occurs when a stroke color is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyStrokeStyle Occurs when a stroke style is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyStrokeWidth Occurs when a stroke width is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyText Occurs when edited text is applied to the element from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyTextColor Occurs when a text color is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnApplyUnderline Occurs when underline formatting is applied from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnCopy Occurs when the copy command is invoked from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnCut Occurs when the cut command is invoked from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnDeletePicture Occurs when the element's picture is removed from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnOpenFile Occurs when the open-file command is invoked from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnOpenPicture Occurs when a picture is opened for the element from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnPaste Occurs when the paste command is invoked from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnRedo Occurs when the redo command is invoked from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnRotateLeft Occurs when the element is rotated left from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnRotateRight Occurs when the element is rotated right from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnSaveFile Occurs when the save-file command is invoked from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnUndo Occurs when the undo command is invoked from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)
OnZoomChanged Occurs when the zoom level is changed from the toolbar. (inherited from TTMSFNCBloxCustomToolBar)