SECCustomStatusBar::RegisterWndToPane
voidSECCustomStatusBar::RegisterWndToPane(intnPane, CWnd*pWnd, FitTypefit, UINTnSizeFlags)
Maps a CWnd-derived control to a specific status bar pane.
Defined in: sbarcust.cpp
Parameters
nPane
Status bar pane to attach to.
pWnd
CWnd-derived window to be attached. Pass NULL to unregister a window at a specific pane.
fit
The type of fit.
nSizeFlags
"window-pane" style flags.
Comments
Use this function to map a CWnd-derived control to a specific status bar pane for automatic sizing and visibility manipulations.
See Also