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


CStatusBar::SetIndicators

Sets each indicator's ID to the value specified by the corresponding element of the array lpIDArray, loads the string resource specified by each ID, and sets the indicator's text to the string.

BOOL SetIndicators(
   const UINT* lpIDArray,
   int nIDCount 
);

Параметры

  • lpIDArray
    Pointer to an array of IDs.

  • nIDCount
    Number of elements in the array pointed to by lpIDArray.

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

Nonzero if successful; otherwise 0.

Требования

Header: afxext.h

См. также

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

CStatusBar Class

CStatusBar Members

Hierarchy Chart

CStatusBar::CStatusBar

CStatusBar::Create

CStatusBar::SetPaneInfo

CStatusBar::SetPaneText