TTMSFNCToolBarOptionsMenu Class
Options menu settings for the toolbar overflow popup, exposing button visibility, item bitmap/text display, and bitmap column width.
API unit family: TMSFNCToolBar
Inherits from: TTMSFNCCustomToolBarOptionsMenu
Syntax
TTMSFNCToolBarOptionsMenu = class(TTMSFNCCustomToolBarOptionsMenu)
Properties
| Name | Description |
|---|---|
| AutoItemBitmapWidth | When True, the bitmap column width is calculated automatically. (inherited from TTMSFNCCustomToolBarOptionsMenu) |
| ItemBitmapWidth | Fixed bitmap column width in pixels when AutoItemBitmapWidth is False. (inherited from TTMSFNCCustomToolBarOptionsMenu) |
| ShowButton | When True, the options menu button is shown at the right end of the toolbar. (inherited from TTMSFNCCustomToolBarOptionsMenu) |
| ShowItemBitmap | When True, each overflow menu item shows the button's bitmap. (inherited from TTMSFNCCustomToolBarOptionsMenu) |
| ShowItemText | When True, each overflow menu item shows the button's label text. (inherited from TTMSFNCCustomToolBarOptionsMenu) |