Поделиться через


CStatusBar::SetPaneStyle

Call this member function to set the style of a status bar's pane.

void SetPaneStyle(
   int nIndex,
   UINT nStyle 
);

Параметры

  • nIndex
    Index of the pane whose style is to be set.

  • nStyle
    Style of the pane whose style is to be set.

Заметки

A pane's style determines how the pane appears.

For a list of styles available for status bars, see SetPaneInfo.

Требования

Header: afxext.h

См. также

Основные понятия

CStatusBar Class

CStatusBar Members

Hierarchy Chart

CStatusBar::Create

CStatusBar::GetPaneStyle