XTPToolTipIcon Enumeration
Description
Specifies the icon that will be displayed in the tool tip window when displaying the title and description of the control using the ShowTitleAndDescription method.
Members
| Member | Description |
|---|---|
| xtpToolTipIconNone | No icon will be displayed in the tool tip window. |
| xtpToolTipIconInfo | The information icon will be displayed in the tool tip window. |
| xtpToolTipIconWarning | The warning icon will be displayed in the tool tip window. |
| xtpToolTipIconError | The error icon will be displayed in the tool tip window. |
Remarks
The XTPToolTipIcon enumeration is used to specify which icon should be displayed in the tooltip window when using the ShowTitleAndDescription method. The text that will be displayed in the tool tip window will be the title/caption and tooltip of the item.
Requirements
The ShowTitleAndDescription method requires Internet Explorer 5.0 or above to be installed. The IsBalloonStyleSupported method can be used to determine if the ShowTitleAndDescription method is supported.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.