Version

ToolTipImage Enumeration

Determine which Image a tooltip will display when ToolTipDisplayStyle is set to BalloonTip.
Syntax
'Declaration
 
Public Enum ToolTipImage 
   Inherits System.Enum
public enum ToolTipImage : System.Enum 
Members
MemberDescription
CustomThe Balloontip will display the icon specified by the ToolTip.CustomToolTipImage property.
DefaultThe Balloontip will resolve it's image based on it's own property settings first. If it's own image resolved to null, it will get the image from the UltraToolTop component.
ErrorThe Balloontip will display the Error icon.
InfoThe Balloontip will display the Info icon.
NoneThe Balloontip will display no icon.
WarningThe Balloontip will display the Warning icon.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also