Custom status bar styles
Here are the PANEINFOEX styles supported by SECCustomStatusBar
SBP_ID
Set the id of the pane to the uiID member of PANEINFOEX.
SBP_STYLE
Set the style of the pane to that of the uiStyle member of PANEINFO.
SBP_WIDTH
Use the cxWidth member of PANEINFO for the width.
SBP_TEXT
Use the text set in the strText member of PANEINFO for the pane.
SBP_TEXT_ALIGN
Use the iTextAlignment member of PANEINFO for text alignment (Text alignment flags like TA_LEFT, etc., are defined in WINGDI.H).
SBP_FOREGROUND
Use the COLORREF set in the crTextForeground member of PANEINFOEX for the foreground color.
SBP_BACKGROUND
Use the COLORREF set in the crTextBackground member of PANEINFOEX for the background color.
SBP_BITMAP
Display the CBitmap pointed to by the pBitmap member of PANEINFOEX in the pane.
SBP_CURSOR
Display the cursor specified by the hCursor member of PANEINFOEX when the mouse pointer is over the pane.
See Also