Namespace Simplic.Framework.Core.TaskbarNotification.Interop
Classes
TrayInfo
Resolves the current tray position.
WindowMessageSink
Receives messages from the taskbar icon through window messages of an underlying helper window.
Structs
NotifyIconData
A struct that is submitted in order to configure the taskbar icon. Provides various members that can be configured partially, according to the values of the IconDataMembers that were defined.
Point
Win API struct providing coordinates for a single point.
WindowClass
Win API WNDCLASS struct - represents a single window. Used to receive window messages.
Enums
BalloonFlags
Flags that define the icon that is shown on a balloon tooltip.
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.
IconState
The state of the icon - can be set to hide the icon.
MouseEvent
Event flags for clicked events.
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.
NotifyIconVersion
The notify icon version that is used. The higher the version, the more capabilities are available.
Delegates
WindowProcedureHandler
Callback delegate which is used by the Windows API to submit window messages.