CControlBar::GetCount

Returns the number of non-HWND items on the CControlBar object.

int GetCount( ) const;

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

The number of non-HWND items on the CControlBar object. This function returns 0 for a CDialogBar object.

Заметки

The type of the item depends on the derived object: panes for CStatusBar objects, and buttons and separators for CToolBar objects.

Требования

Header: afxext.h

См. также

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

CControlBar Class

CControlBar Members

Hierarchy Chart

CToolBar::SetButtons

CStatusBar::SetIndicators

CStatusBar Class

CToolBar Class

CDialogBar Class