| CBCGPRibbonStatusBarPane::CBCGPRibbonStatusBarPane | ( | UINT | nCmdID, |
| LPCTSTR | lpszText, | ||
| BOOL | bIsStatic = FALSE, |
||
| HICON | hIcon = NULL, |
||
| LPCTSTR | lpszAlmostLargeText = NULL, |
||
| BOOL | bAlphaBlendIcon = FALSE |
||
| ) |
Constructs a status bar pane object.
| nCmdID | Pane command ID. |
| lpszText | Specifies text string to be displayed on pane. |
| bIsStatic | If TRUE, the status pane can't be clicked. |
| hIcon | A handle to an icon to be displayed on pane. |
| lpszAlmostLargeText | Specifies the largest text string that can be displayed by the pane. |
| bAlphaBlendIcon | If TRUE, the icon is 32 bpp. |