Files
Andy De George da363692ff 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
2020-09-04 09:46:28 -07:00

25 lines
756 B
Markdown

---
title: "StatusBar"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "controls [WPF], StatusBar"
- "StatusBar control [WPF]"
ms.assetid: aba45aed-7953-4b2c-bc29-315a9be6c440
---
# StatusBar
A <xref:System.Windows.Controls.Primitives.StatusBar> is a horizontal area at the bottom of a window where an application can display status information.
The following illustration shows an example of a <xref:System.Windows.Controls.Primitives.StatusBar>.
![Status bar](./media/ss-ctl-statusbar.GIF "SS_CTL_statusbar")
## In This Section
## Reference
<xref:System.Windows.Controls.Primitives.StatusBar>
<xref:System.Windows.Controls.Primitives.StatusBarItem>
## Related Sections