Table of Contents
Enumerations #
Name | Values |
---|---|
IconPositions | Left |
Right | |
IconTypes | FontAwesome |
URL |
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Constructor | text as String | None | Creates an instance of the class with parameters as property values. |
Constructor | text as String icon as String | None | Creates an instance of the class with parameters as property values. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Enabled | Boolean | Variant | Determines if the item is selectable within the popup menu. |
Icon | String | “” | The FontAwesome ID of an icon to display in the row, such as “fa-apple”. |
IconColor | Color | &c000000 | The color to apply to the item’s Icon. |
IconPosition | IconPositions | Left | The location of the icon in relation to the item’s text. |
IconType | IconTypes | FontAwesome | The type of icon data being passed. If using URL, properly formatted BASE64 data may be used but is not recommended. |
ID READ-ONLY | String | Auto-Generated | The ID of the item. This property is for internal use only. |
Selected | Boolean | False | Set to true, the item will be selected. |
Style | WebStyle | Nil | WebStyle to apply to the item in the PopupMenu’s display. |
Tag | Variant | Nil | User-defined value. Useful for storing associated objects or determining which PopupMenuItem this is. |
Text | String | “” | The caption of the item. |
Examples #
There are currently no examples for this class.