New to Telerik UI for WinFormsStart a free 30-day trial

Properties, Methods and Events for RadNotifyIcon

Updated over 1 year ago

RadNotifyIcon's Properties

PropertyDescription
GuidItemGets or sets the Guid id that will be used to identify the notify icon when sending messages to it.
ThemeNameGets or sets theme name.
TrayIconGets or sets the icon to be displayed in the windows notification area.
BalloonTitleGets or sets the title of the balloon tip.
BalloonTextGets or sets the text of the balloon tip.
BalloonIconGets or sets the icon of the balloon tip.
TrayContextMenuGets or sets the context menu.
PopupContentGets or sets the control that is set as the content of the the popup which the notify icon shows.
ContextMenuActivationMouseEventGets 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.
PopupActivationMouseEventGets 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.
TooltipTextGets or sets the content of the tooltip that will be shown when the mouse hovers over the notify icon.
PopupShowDurationGets or sets the amount of time in milliseconds after which the popup will begin to close automatically.
IsPopupOpenGets a value indicating whether a popup is open.
PopupShowAnimationGets or sets the animation played when opening the popup. Animations can be Fade, Slide, or None.
PopupHideAnimationGets or sets the animation played when hiding the popup.
ShowTrayIconGets or sets whether the icon is visible in the notification area.
PopupCloseModeGets or sets the mode in which the popup closes. Modes can be Deactivate, TimeOut, or None.

RadNotifyIcon's Events

EventDescription
TrayIconMouseDownOccurs when the user presses a mouse button over the notify icon.
TrayIconMouseUpOccurs when the user releases a mouse button over the notify icon.
TrayIconMouseClickOccurs when the user clicks on the notify icon.
TrayIconMouseDoubleClickOccurs when the user double clicks on the notify icon.
TrayIconMouseMoveOccurs when the user moves the mouse over the notify icon.
BalloonTipShownOccurs when a balloon tip is shown.
BalloonTipClosedOccurs when a balloon tip is closed.
BalloonTipClickedOccurs when the user clicks on a balloon tip.
TrayContextMenuOpeningOccurs before the context menu of the notify icon is opened.
TrayContextMenuOpenedOccurs when the context menu of the notify icon is opened.
PopupOpeningOccurs before the popup of the notify icon is opened.
PopupOpenedOccurs when the popup of the notify icon is opened.
SelectedOccurs when the user selects a RadNotifyIcon in the Windows notification area.

RadNotifyIcon's Methods

MethodDescription
GetUserNotificationStateChecks the state of the computer for the current user to determine whether sending a notification is appropriate.
AddIconAdds the notify icon to the Windows notification area.
UpdateIconSends an update message to the notify icon.
RemoveIconRemoves the icon from the Windows notification area.
ShowBalloonTipShows a balloon tip.
HideBalloonTipHides the balloon tip.
ShowPopupShows the popup at certain location.
HidePopupHides the popup.

See Also