GuidItem |
Gets or sets the Guid id that will be used to identify the notify icon when sending messages to it. |
ThemeName |
Gets or sets theme name. |
TrayIcon |
Gets or sets the icon to be displayed in the windows notification area. |
BalloonTitle |
Gets or sets the title of the balloon tip. |
BalloonText |
Gets or sets the text of the balloon tip. |
BalloonIcon |
Gets or sets the icon of the balloon tip. |
TrayContextMenu |
Gets or sets the context menu. |
PopupContent |
Gets or sets the control that is set as the content of the the popup which the notify icon shows. |
ContextMenuActivationMouseEvent |
Gets or sets the mouse action that must be performed over the notify icon to show the TrayContextMenu. The possible user actions can be LeftClick, RightClick, MiddleClick, LeftDoubleClick, RightDoubleClick, MiddleDoubleClick, or All. Default value is RightClick. |
PopupActivationMouseEvent |
Gets or sets the mouse action that must be performed over the notify icon to show a popup with PopupContent. The possible user actions can be LeftClick, RightClick, MiddleClick, LeftDoubleClick, RightDoubleClick, MiddleDoubleClick, or All. Default value is LeftClick. |
TooltipText |
Gets or sets the content of the tooltip that will be shown when the mouse hovers over the notify icon. |
PopupShowDuration |
Gets or sets the amount of time in milliseconds after which the popup will begin to close automatically. |
IsPopupOpen |
Gets a value indicating whether a popup is open. |
PopupShowAnimation |
Gets or sets the animation played when opening the popup. Animations can be Fade, Slide, or None. |
PopupHideAnimation |
Gets or sets the animation played when hiding the popup. |
ShowTrayIcon |
Gets or sets whether the icon is visible in the notification area. |
PopupCloseMode |
Gets or sets the mode in which the popup closes. Modes can be Deactivate, TimeOut, or None. |