Enum NotifyIconVersion
The notify icon version that is used. The higher the version, the more capabilities are available.
Namespace: Simplic.Framework.Core.TaskbarNotification.Interop
Assembly: Simplic.Framework.Base.dll
Syntax
public enum NotifyIconVersion
Fields
Name | Description |
---|---|
Vista | Extended tooltip support, which is available for Vista and later. |
Win2000 | Behavior representing Win2000 an higher. Expects a NotifyIconData size of 504. |
Win95 | Default behavior (legacy Win95). Expects a NotifyIconData size of 488. |