Contents Index Topic Contents | ||
Previous Topic: TabCtrl_SetCurSel Next Topic: TabCtrl_SetImageList |
TabCtrl_SetExtendedStyle
DWORD TabCtrl_SetExtendedStyle( HWND hwndTab, DWORD dwExStyle );Sets the extended styles that the tab control will use. You can use this macro or send the TCM_SETEXTENDEDSTYLE message explicitly.
- Returns a DWORD value that contains the previous tab control extended styles.
- hwndTab
- Handle to the tab control.
- dwExStyle
- Value that contains the new tab control extended styles. This value is a combination of tab control extended styles.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.