mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 17:16:03 +02:00
* 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
29 lines
947 B
Markdown
29 lines
947 B
Markdown
---
|
|
title: "Popup"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "Popup control [WPF]"
|
|
- "content [WPF], Popup control"
|
|
- "popups [WPF]"
|
|
- "controls [WPF], Popup"
|
|
ms.assetid: 36a4320f-91ce-4f5f-9621-7934de3eff77
|
|
---
|
|
# Popup
|
|
The <xref:System.Windows.Controls.Primitives.Popup> control displays content in a separate window that floats over the current application window.
|
|
|
|
The following illustration shows a <xref:System.Windows.Controls.Primitives.Popup> control that is positioned with respect to a <xref:System.Windows.Controls.Button> that is its parent:
|
|
|
|

|
|
|
|
## In This Section
|
|
[Popup Overview](popup-overview.md)
|
|
[Popup Placement Behavior](popup-placement-behavior.md)
|
|
[How-to Topics](popup-how-to-topics.md)
|
|
|
|
## Reference
|
|
<xref:System.Windows.Controls.Primitives.Popup>
|
|
|
|
## Related Sections
|