Enum BalloonFlags
Flags that define the icon that is shown on a balloon tooltip.
Namespace: Simplic.Framework.Core.TaskbarNotification.Interop
Assembly: Simplic.Framework.Base.dll
Syntax
public enum BalloonFlags
Fields
Name | Description |
---|---|
Error | An error icon is displayed. |
Info | An information icon is displayed. |
LargeIcon | Windows Vista (Shell32.dll version 6.0.6) and later. The large version
of the icon should be used as the balloon icon. This corresponds to the
icon with dimensions SM_CXICON x SM_CYICON. If this flag is not set,
the icon with dimensions XM_CXSMICON x SM_CYSMICON is used.
|
None | No icon is displayed. |
NoSound | Windows XP (Shell32.dll version 6.0) and later. Do not play the associated sound. Applies only to balloon ToolTips. |
RespectQuietTime | Windows 7 and later. |
User | Windows XP Service Pack 2 (SP2) and later. Use a custom icon as the title icon. |
Warning | A warning icon is displayed. |