TTMSFNCMenuItemType Enumeration
Controls how a menu item is rendered and how it responds to interaction.
API unit family: TMSFNCPopupMenu
Members
| Name | Description |
|---|---|
mitDefault |
Standard clickable menu item with optional text, image, and sub-menu. |
mitSeparator |
Visual separator drawn between menu item groups. |
mitDropDownButton |
Item with an attached drop-down button that opens a sub-menu. |
mitToolBar |
Item rendered as an inline toolbar containing multiple button items. |
mitCheck |
Checkable item that toggles a checked state on click. |