Contents Index Topic Contents | ||
Previous Topic: TabCtrl_GetCurSel Next Topic: TabCtrl_GetImageList |
TabCtrl_GetExtendedStyle
DWORD TabCtrl_GetExtendedStyle( HWND hwndTab );Retrieves the extended styles that are currently in use for the tab control. You can use this macro or send the TCM_GETEXTENDEDSTYLE message explicitly.
- Returns a DWORD value that represents the extended styles currently in use for the tab control. This value is a combination of tab control extended styles.
- hwndTab
- Handle to the tab control.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.