Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 1.92 KB

File metadata and controls

54 lines (46 loc) · 1.92 KB
title Status Bars | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
status bars
control bars, status bar
ms.assetid fcbc5029-1aab-4e14-adf7-419038a4935e
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Status Bars

Status bars give your application a place to display messages and useful information to the user without interrupting the user's work. Typically displayed at the bottom of a window, status bars have "panes," which include "indicators" and a "message line." The indicators give the status of such things as SCROLL LOCK, whether macro recording is turned on, and so on. The message line on the status bar can display information about program status or about a toolbar button or menu item that the user is pointing to with the mouse.

Create a status bar in your program by selecting the Initial Status Bar option in the MFC Application Wizard.

What do you want to know more about

See Also

User Interface Elements