# GraffitiTooltipItem
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Close | (None) | (None) | (None) |
| Constructor | parent as DesktopUIControl <br> container as DesktopContainer | (None) | Creates a new instance of the class. |
| Constructor | parent as DesktopUIControl <br> content as String <br> maximumWidth as Integer = 200 | (None) | Creates a new instance of the class. |
| Hide | (None) | (None) | Hides the tooltip. |
| Show | (None) | (None) | Shows the tooltip. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | mParent | GraffitiTooltip | (None) |
| Attributes | parent | DesktopUIControl | (None) |
| Attributes | padding | Integer | (None) |
| BackgroundColor | ColorGroup | (None) | Color applied to the background of the tooltip. If unspecified, the tooltip will use the system's window background color. |
| Bold | Boolean | (None) | Font weight applied to the tooltip text. |
| Container | DesktopContainer | (None) | The container within the tooltip. If a DesktopContainer is supplied via the constructor, this is that value. If the String constructor is used, this value be the generated container for that content. |
| FontName | String | (None) | Font face applied to the tooltip text. |
| FontSize | Integer | (None) | Font size applied to the tooltip text. |
| HasBackgroundColor | Boolean | (None) | When True, the value in the BackgroundColor property will be drawn to the tooltip's background. |
| HasTextColor | Boolean | (None) | When True, the custom text color is applied. |
| IsShown | Boolean | False | True when the tooltip is currently displayed. |
| IsStatic | Boolean | False | True if the tooltip’s location is static. |
| Italic | Boolean | (None) | Emphasis applied to the tooltip text. |
| Tag | Variant | (None) | Developer storage. |
| Text | String | (None) | Text to display in the tooltip when using the String Constructor method. |
| TextAlignment | TextAlignments | (None) | Alignment of the text content. |
| TextColor | ColorGroup | (None) | Color applied to the text of the tooltip. If unspecified, the tooltip will use the system's window text color. |
| Underline | Boolean | (None) | Text decoration applied to the tooltip text. |