Initial WPF content migrated (#17)

* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
This commit is contained in:
Andy De George
2020-09-04 09:46:28 -07:00
committed by GitHub
parent dba50d6bf1
commit da363692ff
8215 changed files with 508408 additions and 11 deletions
@@ -0,0 +1,32 @@
---
title: "ToolTip"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "ToolTip control [WPF]"
- "controls [WPF], ToolTip"
- "popups [WPF]"
ms.assetid: a3cb42d6-6ce3-4aa0-a557-2cc5b142f1e4
---
# ToolTip
A tooltip is a small pop-up window that appears when a user pauses the mouse pointer over an element, such as over a <xref:System.Windows.Controls.Button>.
The following illustration shows a mouse pointer that points to the **Close**<xref:System.Windows.Controls.Button>, which then displays its identifying <xref:System.Windows.Controls.ToolTip>.
Close button with its tooltip displayed
![ToolTip screenshot](./media/ss-ctl-tooltip.png "SS_CTL_tooltip")
## In This Section
[ToolTip Overview](tooltip-overview.md)
[How-to Topics](tooltip-how-to-topics.md)
## Reference
<xref:System.Windows.Controls.ToolTip>
<xref:System.Windows.Controls.ToolTipService>
<xref:System.Windows.Controls.Primitives.Popup>
## Related Sections
[Popup Overview](popup-overview.md)
[How-to Topics](popup-how-to-topics.md)