Name | Description | |
---|---|---|
CloseOnMouseDown | Gets or sets whether the tooltip must be automatically closed, when a mouse button is pressed. By default set to true. | |
Content | Gets or sets the tooltip content. | |
ContentType | Gets or sets the tooltip content type. | |
FirstShowDelay | Gets or sets the amount of time (in milliseconds) after which the tooltip shows when requested. Taken into account when there is no other tooltip currently shown - e.g. this is the first shown tooltip. By default set to 200 ms. | |
FollowMouse | Gets or sets whether the tooltip must be repositioned, once it has been shown and the mouse is moved. By default set to false. | |
HotSpotPadding | Gets or sets the padding applied to the current mouse position, which is used to generate the virtual cursor rectangle around which the tooltip is positioned. | |
Image | Gets or sets the tooltip image | |
NextShowDelay | Gets or sets the amount of time (in milliseconds) after which the tooltip shows when requested. Taken into account when there is another tooltip currently shown - e.g. this is the next tooltip that must replace the existing one. By default set to 100 ms. | |
Position | Gets or sets the position of the tooltip relative to the virtual cursor rectangle defined by the current mouse position and the HotSpotPadding property. By default set to BottomAlignLeft. | |
ShowDuration | Gets or sets the amount of time (in milliseconds) after which the tooltip automatically closes. If set to a value smaller than zero (-1), the tooltip will never expire. If set to zero the tooltip will never show. By default set to 5000 ms (5 s). | |
ShowOnDisabled | Gets or sets whether a tooltip appears for an object that is not enabled. | |
Symbol | Gets or sets the tooltip symbol | |
Text | Gets or sets the tooltip text | |
Widget | Gets or sets the tooltip symbol |