Enum NotifyCommand
Main operations performed on the Simplic.Framework.Core.TaskbarNotification.Interop.WinApi.Shell_NotifyIcon(Simplic.Framework.Core.TaskbarNotification.Interop.NotifyCommand,Simplic.Framework.Core.TaskbarNotification.Interop.NotifyIconData@) function.
Namespace: Simplic.Framework.Core.TaskbarNotification.Interop
Assembly: Simplic.Framework.Base.dll
Syntax
public enum NotifyCommand
Fields
Name | Description |
---|---|
Add | The taskbar icon is being created. |
Delete | The taskbar icon is deleted. |
Modify | The settings of the taskbar icon are being updated. |
SetFocus | Focus is returned to the taskbar icon. Currently not in use. |
SetVersion | Shell32.dll version 5.0 and later only. Instructs the taskbar to behave according to the version number specified in the uVersion member of the structure pointed to by lpdata. This message allows you to specify whether you want the version 5.0 behavior found on Microsoft Windows 2000 systems, or the behavior found on earlier Shell versions. The default value for uVersion is zero, indicating that the original Windows 95 notify icon behavior should be used. |