TTMSFNCWebBrowserContextMenuItemKind Enumeration
Describes the visual and behavioural kind of a context menu item.
API unit family: TMSFNCWebBrowser
Members
| Name | Description |
|---|---|
ikCommand |
Standard command item that executes an action when clicked. |
ikCheckBox |
Toggleable check-box item that can be checked or unchecked. |
ikRadioButton |
Radio-button item; selecting it deselects other radio items in the same group. |
ikSeperator |
Visual separator that divides menu items into groups. |
ikSubMenu |
Item that opens a nested sub-menu. |