Skip to content

Commit 45d78ce

Browse files
985360: Updated ReadMe file of this repository
1 parent 789ce71 commit 45d78ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# GettingStarted-WPF-NotifyIcon
2-
This repository contains the sample that how to use the WPF NotifyIcon control and its properties.
2+
This repository provides a detailed example of how to use the **WPF [NotifyIcon](https://help.syncfusion.com/wpf/classic/notify-icon/overview)** control and its properties, which is part of the Syncfusion WPF suite. The NotifyIcon control allows you to display an icon in the system tray and interact with users through context menus, balloon tips, and notifications. It is commonly used in applications that need to run in the background while providing quick access to features without occupying space on the taskbar.
3+
4+
By default, the NotifyIcon control supports various customization options such as setting the icon, tooltip text, and handling user interactions like mouse clicks or menu selections. This sample demonstrates how to configure these properties, manage events, and implement practical use cases such as showing notifications or launching actions directly from the system tray.
5+
6+
This guide walks you through the steps to integrate the NotifyIcon control into your WPF application, making it more user-friendly and efficient for more information and detailed implementation steps.

0 commit comments

Comments
 (0)