Share via


CTabCtrl::SetItemSize

Sets the width and height of the tab control items.

CSize SetItemSize(
  CSize size 
);

Parameters

  • size
    The new width and height, in pixels, of the tab control items.

Return Value

Returns the old width and height of the tab control items.

Requirements

Header: afxcmn.h

See Also

Reference

CTabCtrl Class

Hierarchy Chart

CTabCtrl::AdjustRect

CTabCtrl::GetItemRect

CTabCtrl::SetItemSize

Other Resources

CTabCtrl Members