PANEINFOEX Structure

typedef struct {
 int iIndex;
 UINT uiID;
 UINT uiStyle;
 int cxWidth;
 CString strText;
 COLORREF crTextForeground;
 COLORREF crTextBackground;
 CBitmap* pBitmap;
 HCURSOR hCursor;
 int iTextAlign;
 int iFlags;
} PANEINFOEX;

PANEINFOEX struct for  SECCustomStatusBar

Defined in: sbarcust.h

Members

iIndex

The pane index (supported by SECStatusBar::SetPaneInfo).

uiID

The pane id (supported by SECStatusBar::SetPaneInfo).

uiStyle

The pane style (supported by SECStatusBar::SetPaneInfo).

cxWidth

The pane width (supported by SECStatusBar::SetPaneInfo).

strText

The pane text (supported by SECStatusBar::SetPaneText).

crTextForeground

Text foreground color.

crTextBackground

Text background color.

pBitmap

Bitmap pointer.

hCursor

Cursor handle.

iTextAlign

Text alignment (see WINGDI.H for text alignment flags).

iFlags

Custom status bar styles.