GraffitiSuite Docs
Docs
Graffitithumblistitem
Loading document parsing libraries...
# GraffitiThumbListItem Class ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | Value as FolderItem <br> Text as String = "" | (None) | Signature for creating a new item. | | Constructor | Value as Picture <br> Text as String = "" | (None) | Signature for creating a new item. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | mEnabled | Boolean | (None) | | Attributes | mID | String | (None) | | Attributes | mParent | GraffitiUpdateInterface | (None) | | Attributes | mSelected | Boolean | (None) | | Attributes | mValueBASE64 | String | (None) | | Enabled | Boolean | (None) | When True, the item can be interacted with. | | ID | String | (None) | (None) | | Selected | Boolean | (None) | When True, the item is selected in the display. | | Tag | Variant | (None) | User-defined storage. | | Text | String | (None) | Caption displayed below the item's image. | | Tooltip | String | (None) | Tooltip displayed when an item is hovered. | | Value | Picture | (None) | Image value once loaded or as specified by the Constructor. | | ValueFile | FolderItem | (None) | FolderItem pointing to the image file as specified by the Constructor. |