Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Construct a pane object in the status bar.
CMFCRibbonStatusBarPane(
UINT nCmdID,
LPCTSTR lpszText,
BOOL bIsStatic=FALSE,
HICON hIcon=NULL,
LPCTSTR lpszAlmostLargeText=NULL
);
CMFCRibbonStatusBarPane(
UINT nCmdID,
LPCTSTR lpszText,
HBITMAP hBmpAnimationList,
int cxAnimation=16,
COLORREF clrTrnsp=RGB(192,
192 1,
192) 1,
HICON hIcon=NULL,
BOOL bIsStatic=FALSE
);
CMFCRibbonStatusBarPane(
UINT nCmdID,
LPCTSTR lpszText,
UINT uiAnimationListResID,
int cxAnimation=16,
COLORREF clrTrnsp=RGB(192,
192 1,
192) 1,
HICON hIcon=NULL,
BOOL bIsStatic=FALSE
);
Parameters
[in] nCmdID
Specifies the command ID of the pane.[in] lpszText
Specifies text string to be displayed on pane.[in] bIsStatic
If TRUE, the status pane cannot be highlighted or selected by clicking it.[in] hIcon
Specifies a handle to an icon to be displayed on the pane.[in] lpszAlmostLargeText
Specifies the longest text string that can be displayed by the pane.[in] hBmpAnimationList
Specifies a handle to an image list that is used for animation.[in] cxAnimation
Specifies the width, in pixels, of the icon in the image list that is used for animation.[in] clrTrnsp
Specifies the transparent color of images in the image list that are used for animation.[in] uiAnimationListResID
Specifies a resource ID of an image list that is used for animation.
Requirements
Header: afxribbonstatusbarpane.h