NotifyIconService Fields
Allows you to place a notification icon (system tray icon) in the Windows notification area and manage its behavior.| Name | Description |
|---|---|
| ContextMenuProperty static | Identifies the NotifyIconService.ContextMenu dependency property. |
| IconProperty static | Identifies the NotifyIconService.Icon dependency property. |
| LeftClickCommandProperty static | Identifies the NotifyIconService.LeftClickCommand dependency property. |
| LeftDoubleClickCommandProperty static | Identifies the NotifyIconService.LeftDoubleClickCommand dependency property. |
| StatesProperty static | Identifies the NotifyIconService.States dependency property. |
| ThemeNameProperty static | Identifies the NotifyIconService.ThemeName dependency property. |
| TooltipProperty static | Identifies the NotifyIconService.Tooltip dependency property. |
| UnregisterOnUnloadedProperty static | Identifies the ServiceBase.UnregisterOnUnloaded dependency property. Inherited from ServiceBase. |
See Also