Enumerations
Name | Values |
IconPositions | Left |
Right |
IconTypes | FontAwesome |
URL |
Constants
Name | Type | Value |
| | This class exposes no constants. |
Events
Definition | Description |
| This class exposes no events. |
Methods
Definition | Description |
Constructor( ItemText as String, ItemSelected as Boolean = False, ItemDisabled as Boolean = False ) | Creates and instance of the class with parameters as property values. |
Properties
Name | Type | Default Value | Description |
Disabled | Boolean | False | 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 | Integer | -1 | 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.