TTMSFNCWXHTMLMemoParagraphButtons Class
Controls which paragraph-formatting buttons appear on the editor toolbar, such as the predefined style, ordered list, unordered list and paragraph-alignment buttons.
API unit family: TMSFNCWXHTMLMemo
Inherits from: TPersistent
Syntax
TTMSFNCWXHTMLMemoParagraphButtons = class(TPersistent)
Properties
| Name | Description |
|---|---|
| BtOList | When True, shows the ordered-list button on the toolbar. |
| BtParagraph | When True, shows the paragraph-alignment and indentation button on the toolbar. |
| BtStyle | When True, shows the predefined paragraph-style selector on the toolbar. |
| BtUList | When True, shows the unordered-list button on the toolbar. |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs when any of the paragraph-formatting button settings change. |