Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2 KB

nf-commctrl-tabctrl_setitemsize.md

File metadata and controls

73 lines (59 loc) · 2 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.TabCtrl_SetItemSize
TabCtrl_SetItemSize macro (commctrl.h)
Sets the width and height of tabs in a fixed-width or owner-drawn tab control. You can use this macro or send the TCM_SETITEMSIZE message explicitly.
TabCtrl_SetItemSize
TabCtrl_SetItemSize macro [Windows Controls]
_win32_TabCtrl_SetItemSize
_win32_TabCtrl_SetItemSize_cpp
commctrl/TabCtrl_SetItemSize
controls.TabCtrl_SetItemSize
controls._win32_TabCtrl_SetItemSize
controls\TabCtrl_SetItemSize.htm
Controls
VS|Controls|~\controls\tab\macros\tabctrl_setitemsize.htm
12/05/2018
TabCtrl_SetItemSize, TabCtrl_SetItemSize macro [Windows Controls], _win32_TabCtrl_SetItemSize, _win32_TabCtrl_SetItemSize_cpp, commctrl/TabCtrl_SetItemSize, controls.TabCtrl_SetItemSize, controls._win32_TabCtrl_SetItemSize
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
TabCtrl_SetItemSize
commctrl/TabCtrl_SetItemSize
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
TabCtrl_SetItemSize

TabCtrl_SetItemSize macro

-description

Sets the width and height of tabs in a fixed-width or owner-drawn tab control. You can use this macro or send the TCM_SETITEMSIZE message explicitly.

-parameters

-param hwnd

Type: HWND

Handle to the tab control.

-param x

Type: int

New width, in pixels.

-param y

Type: int

New height, in pixels.