Construction Methods
Method | Description |
---|---|
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 identifiers. |
Attributes Methods
Method | Description |
---|---|
CommandToIndex | Gets index for a specified indicator identifier. |
GetItemID | Gets indicator identifier for a specified index. |
GetItemRect | Gets display rectangle for a specified index. |
GetPaneInfo | Gets indicator identifier style, and width for a specified index. |
GetPaneStyle | Gets indicator style for a specified index. |
GetPaneText | Gets indicator text for a specified index. |
GetStatusBarCtrl | Allows direct access to the underlying common control. |
SetPaneStyle | Sets indicator style for a specified index. |
SetPaneText | Sets indicator text for a specified index. |
SetPaneInfo | Sets indicator identifier, style, and width for a specified index. |
Overridable Methods
Method | Description |
---|---|
DrawItem | Called when a visual aspect of an owner-draw status bar control changes. |