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


CToolBarCtrl::GetMetrics

Retrieves the metrics of the CToolBarCtrl object.

void GetMetrics(
   LPTBMETRICS ptbm
) const;

Параметры

  • ptbm
    A pointer to the TBMETRICS structure of the CToolBarCtrl object.

Заметки

This member function emulates the functionality of the TB_GETMETRICS message, as described in the Windows SDK.

Требования

Header: afxcmn.h

См. также

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

CToolBarCtrl Class

CToolBarCtrl Members

Hierarchy Chart

CToolBarCtrl::SetMetrics