CStatusBar::SetPaneStyle
void SetPaneStyle( int nIndex**, UINT** nStyle );
Parameters
nIndex
Index of the pane whose style is to be set.
nStyle
Style of the pane whose style is to be set.
Remarks
Call this member function to set the style of a status bar’s pane. A pane’s style determines how the pane appears.
For a list of styles available for status bars, see SetPaneInfo.
CStatusBar Overview | Class Members | Hierarchy Chart
See Also CStatusBar::Create, CStatusBar::GetPaneStyle