CStatusBar::GetPaneInfo
设置 nID、 nStyle和 cxWidth 到指示符窗格的ID、样式和宽度。nIndex指定的位置。
void GetPaneInfo(
int nIndex,
UINT& nID,
UINT& nStyle,
int& cxWidth
) const;
参数
nIndex
信息将检索窗格的索引。nID
对设置为窗格的ID的 UINT。nStyle
对设置为窗格的样式 UINT。cxWidth
对设置为窗格的宽度的整数。
要求
Header: afxext.h