CMFCStatusBarPaneInfo Class

Describes the content and appearance of a CMFCStatusBar pane.

class CMFCStatusBarPaneInfo

Members

Public Constructors

Name

Description

CMFCStatusBarPaneInfo::CMFCStatusBarPaneInfo

Constructs a CMFCStatusBarPaneInfo object.

Data Members

Name

Description

CMFCStatusBarPaneInfo::bProgressText

Specifies whether the status bar displays text that indicates the percentage complete.

CMFCStatusBarPaneInfo::clrBackground

Background color of the pane.

CMFCStatusBarPaneInfo::clrProgressBar

Start color for a progress bar's gradient fill.

CMFCStatusBarPaneInfo::clrProgressBarDest

End color for a progress bar's gradient fill.

CMFCStatusBarPaneInfo::clrProgressText

Progress bar text color.

CMFCStatusBarPaneInfo::clrText

Status bar text color.

CMFCStatusBarPaneInfo::cxIcon

Width of the icon area.

CMFCStatusBarPaneInfo::cxText

Width of the text area.

CMFCStatusBarPaneInfo::cyIcon

Height of the icon area.

CMFCStatusBarPaneInfo::hImage

Pane icon or animation.

CMFCStatusBarPaneInfo::lpszText

Text in the pane.

CMFCStatusBarPaneInfo::lpszToolTip

Pane tooltip text.

CMFCStatusBarPaneInfo::nCurrFrame

Current frame in animation.

CMFCStatusBarPaneInfo::nFrameCount

Number of animation frames.

CMFCStatusBarPaneInfo::nID

Resource ID of the pane information indicator.

CMFCStatusBarPaneInfo::nProgressCurr

Current progress bar value.

CMFCStatusBarPaneInfo::nProgressTotal

Total progress bar value.

CMFCStatusBarPaneInfo::nStyle

Style flags.

CMFCStatusBarPaneInfo::rect

Pane rectangle.

Remarks

This class supports the MFC framework infrastructure and is not intended to be used directly from your code.

This class is used internally by CMFCStatusBar Class. Modify members of this class by using the CMFCStatusBar API.

Inheritance Hierarchy

CMFCStatusBarPaneInfo

Requirements

Header: afxstatusbar.h

See Also

Concepts

MFC Hierarchy Chart

Other Resources

Classes (MFC Feature Pack)