-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
198046-Coverage-redirected-links-WPF-Docs #1691
base: hotfix/hotfix-v28.2.3
Are you sure you want to change the base?
198046-Coverage-redirected-links-WPF-Docs #1691
Conversation
Build Status: INPROGRESS 🔃 |
CI Status: FAILURE ❌ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented
@@ -2,7 +2,7 @@ | |||
layout: post | |||
title: Getting Started with WPF DateTimePicker control | Syncfusion | |||
description: Learn here about getting started with Syncfusion WPF DateTimePicker (DateTimeEdit) control, its elements and more. | |||
platform: WPF | |||
platform: wpf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update why you have changed this here in the PR template
@@ -156,7 +156,7 @@ notify.Text = "Notify me"; | |||
|
|||
## Tooltip | |||
|
|||
You can show the tooltip for `NotifyIcon` control by using the [ShowBalloonTip](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.NotifyIcon.html#Syncfusion_Windows_Tools_Controls_NotifyIcon_ShowBalloonTip_System_Int32_) method. You can also add a title and text by using the [BalloonTipTitle](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.NotifyIcon.html#Syncfusion_Windows_Tools_Controls_NotifyIcon_BalloonTipTitle) and [BalloonTipText](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.NotifyIcon.html#Syncfusion_Windows_Tools_Controls_NotifyIcon_BalloonTipText) properties. You can enable the title by setting the [BalloonTipHeaderVisibility](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.NotifyIcon.html#Syncfusion_Windows_Tools_Controls_NotifyIcon_BalloonTipHeaderVisibility) property to `true`. | |||
You can show the tooltip for `NotifyIcon` control by using the [ShowBalloonTip](https://help.syncfusion.com/cr/wpf#Syncfusion_Windows_Tools_Controls_NotifyIcon_ShowBalloonTip_System_Int32_/Syncfusion.html/Syncfusion.html) method. You can also add a title and text by using the [BalloonTipTitle](https://help.syncfusion.com/cr/wpf#Syncfusion_Windows_Tools_Controls_NotifyIcon_BalloonTipTitle/Syncfusion.html/Syncfusion.html) and [BalloonTipText](https://help.syncfusion.com/cr/wpf#Syncfusion_Windows_Tools_Controls_NotifyIcon_BalloonTipText/Syncfusion.html/Syncfusion.html) properties. You can enable the title by setting the [BalloonTipHeaderVisibility](https://help.syncfusion.com/cr/wpf#Syncfusion_Windows_Tools_Controls_NotifyIcon_BalloonTipHeaderVisibility/Syncfusion.html) property to `true`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CR links you have provided here are not having any content in them, check and update the correct cr links here.
@@ -118,7 +118,7 @@ namespace NotifyIcon_GettingStarted | |||
|
|||
## Show the notify icon | |||
|
|||
You can set the icon to the [NotifyIcon](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.NotifyIcon.html) control using the [Icon](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.NotifyIcon.html#Syncfusion_Windows_Tools_Controls_NotifyIcon_Icon) property and then display the notify icon by setting the [ShowInTaskBar](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.NotifyIcon.html#Syncfusion_Windows_Tools_Controls_NotifyIcon_ShowInTaskBar) property to `true`. | |||
You can set the icon to the [NotifyIcon](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.NotifyIcon.html) control using the [Icon](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.NotifyIcon.html#Syncfusion_Windows_Tools_Controls_NotifyIcon_Icon) property and then display the notify icon by setting the [ShowInTaskBar](https://help.syncfusion.com/cr/wpf#Syncfusion_Windows_Tools_Controls_NotifyIcon_ShowInTaskBar/Syncfusion.html) property to `true`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the correct links here
|
||
## Creating an application with NotifyIcon control | ||
|
||
In this walkthrough, you will create a WPF application that contains the NotifyIcon control. | ||
|
||
## Creating a project | ||
|
||
Create a new WPF project to show the [NotifyIcon](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Tools.Controls.NotifyIcon.html) control in Visual Studio. | ||
Create a new WPF project to show the [NotifyIcon](https://help.syncfusion.com/cr/wpf/Syncfusion.html) control in Visual Studio. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update correct link
Hi @MallikaRK
Regards,
Mercy A.