Enum IconDataMembers
Indicates which members of a NotifyIconData structure were set, and thus contain valid data or provide additional information to the ToolTip as to how it should display.
Namespace: Simplic.Framework.Core.TaskbarNotification.Interop
Assembly: Simplic.Framework.Base.dll
Syntax
[Flags]
public enum IconDataMembers
Fields
Name | Description |
---|---|
Icon | The notification icon is set. |
Info | The balloon ToolTip is set. Accordingly, the following members are set: BalloonText, BalloonTitle, BalloonFlags, and VersionOrTimeout. |
Message | The message ID is set. |
Realtime | Windows Vista (Shell32.dll version 6.0.6) and later. If the ToolTip
cannot be displayed immediately, discard it. |
State | State information (IconState) is set. This applies to both IconState and StateMask. |
Tip | The tooltip is set. |
UseLegacyToolTips | Windows Vista (Shell32.dll version 6.0.6) and later.
Use the standard ToolTip. Normally, when uVersion is set
to NOTIFYICON_VERSION_4, the standard ToolTip is replaced
by the application-drawn pop-up user interface (UI).
If the application wants to show the standard tooltip
in that case, regardless of whether the on-hover UI is showing,
it can specify NIF_SHOWTIP to indicate the standard tooltip
should still be shown. |