'Declaration Public Enum ToolTipImage Inherits System.Enum
public enum ToolTipImage : System.Enum
Member | Description |
---|---|
Custom | The Balloontip will display the icon specified by the ToolTip.CustomToolTipImage property. |
Default | The 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. |
Error | The Balloontip will display the Error icon. |
Info | The Balloontip will display the Info icon. |
None | The Balloontip will display no icon. |
Warning | The Balloontip will display the Warning icon. |
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