Construction
| CStatusBar | Constructs a CStatusBar object. |
| Create | Creates the status bar, attaches it to the CStatusBar object, and sets the initial font and bar height. |
| CreateEx | Creates a CStatusBar object with additional styles for the embedded CStatusBarCtrl object. |
| SetIndicators | Sets indicator IDs. |
Attributes
| CommandToIndex | Gets index for a given indicator ID. |
| GetItemID | Gets indicator ID for a given index. |
| GetItemRect | Gets display rectangle for a given index. |
| GetPaneInfo | Gets indicator ID, style, and width for a given index. |
| GetPaneStyle | Gets indicator style for a given index. |
| GetPaneText | Gets indicator text for a given index. |
| GetStatusBarCtrl | Allows direct access to the underlying common control. |
| SetPaneStyle | Sets indicator style for a given index. |
| SetPaneText | Sets indicator text for a given index. |
| SetPaneInfo | Sets indicator ID, style, and width for a given index. |
Overridables
| DrawItem | Called when a visual aspect of an owner-draw status bar control changes. |