diff --git a/README.md b/README.md index 606b678..456452f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # GettingStarted-WPF-NotifyIcon -This repository contains the sample that how to use the WPF NotifyIcon control and its properties. +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. + +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. + +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.