CStatusBarCtrl

A “status bar control” is a horizontal window, usually displayed at the bottom of a parent window, in which an application can display various kinds of status information. The status bar control can be divided into parts to display more than one type of information.

The CStatusBarCtrl class provides the functionality of the Windows common status bar control. This control (and therefore the CStatusBarCtrl class) is available only to programs running under Windows 95 and Windows NT version 3.51 and later.

For more information on using CStatusBarCtrl, see and in the Visual C++ Programmer’s Guide.

#include <afxcmn.h>

Class MembersBase ClassHierarchy Chart

See Also   CToolBarCtrl