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


CStatusBar::GetPaneStyle

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

UINT GetPaneStyle(
   int nIndex 
) const;

Параметры

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

Возвращаемое значение

The style of the status-bar pane specified by nIndex.

Заметки

A pane's style determines how the pane appears.

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

Требования

Header: afxext.h

См. также

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

CStatusBar Class

CStatusBar Members

Hierarchy Chart

CStatusBar::Create

CStatusBar::SetPaneStyle