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


CToolBarCtrl::SetMetrics

Sets the metrics of the CToolBarCtrl object.

void SetMetrics(
   LPTBMETRICS ptbm 
);

Параметры

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

Заметки

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

Требования

Header: afxcmn.h

См. также

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

CToolBarCtrl Class

CToolBarCtrl Members

Hierarchy Chart

CToolBarCtrl::GetMetrics