Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This macro 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_SETITEMSIZEmessage explicitly.
Syntax
DWORD TabCtrl_SetItemSize( HWND hwnd, int cx, int cy ); |
Parameters
- hwnd
-
Handle to the tab control.
- cxand cy
-
New width and height, in pixels.
Return Value
Returns the old width and height. The width is in the low-order word of the return value, and the height is in the high-order word.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |