GraffitiSuite Docs
Docs
Popup
Loading document parsing libraries...
# Popup Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | content as String <br> position as GraffitiMap.Point | (None) | Creates a new instance of the class. | | Focus | (None) | (None) | Sets focus to the popup. | | Hide | (None) | (None) | Hides the popup. | | Show | (None) | (None) | Shows the popup. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AriaLabel | String | (None) | (None) | | Attributes | mID | String | (None) | | Attributes | mParent | GraffitiUpdateInterface | (None) | | Attributes | mVisible | Boolean | (None) | | Attributes | ID | (None) | (None) | | AutoPan | Boolean | (None) | (None) | | Content | String | (None) | (None) | | MaxWidth | Integer | (None) | (None) | | MinWidth | Integer | (None) | (None) | | PixelOffset | Xojo.Point | (None) | (None) | | Position | GraffitiMap.Point | (None) | (None) | | Tag | Variant | (None) | Developer storage. | | Visible | Boolean | (None) | (None) |