CStatusBarCtrl::SetMinHeight
Sets the minimum height of a status bar control's drawing area.
void SetMinHeight(
int nMin
);
Параметры
- nMin
Minimum height, in pixels, of the control.
Заметки
The minimum height is the sum of nMin and twice the width, in pixels, of the vertical border of the status bar control.
Пример
m_wndSBC.SetMinHeight(40);
Требования
Header: afxcmn.h