# GraffitiTooltipItem
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Sub | Close | (None) | |
| Sub | Constructor | (None) | Creates a new instance of the class. |
| Sub | Constructor | (None) | Creates a new instance of the class. |
| Sub | Hide | (None) | Hides the tooltip. |
| Sub | Show | (None) | Shows the tooltip. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | mParent | GraffitiTooltip | |
| Attributes | parent | DesktopUIControl | |
| Attributes | padding | Integer | |
| BackgroundColor | ColorGroup | Nil | Color applied to the background of the tooltip. If unspecified, the tooltip will use the system's window background color. |
| Bold | Boolean | Nil | Font weight applied to the tooltip text. |
| Container | DesktopContainer | Nil | 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 | Nil | Font face applied to the tooltip text. |
| FontSize | Integer | Nil | Font size applied to the tooltip text. |
| HasBackgroundColor | Boolean | Nil | When True, the value in the BackgroundColor property will be drawn to the tooltip's background. |
| HasTextColor | Boolean | Nil | 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 | Nil | Emphasis applied to the tooltip text. |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | Nil | |
| Private | | String | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | = | |
| Private | As | Nil | |
| Private | As | = | |
| Tag | Variant | Nil | Developer storage. |
| Text | String | Nil | Text to display in the tooltip when using the String Constructor method. |
| TextAlignment | TextAlignments | Nil | Alignment of the text content. |
| TextColor | ColorGroup | Nil | Color applied to the text of the tooltip. If unspecified, the tooltip will use the system's window text color. |
| Underline | Boolean | Nil | Text decoration applied to the tooltip text. |