Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.62 KB

tcm-getextendedstyle.md

File metadata and controls

63 lines (37 loc) · 1.62 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TCM_GETEXTENDEDSTYLE message (Commctrl.h)
Retrieves the extended styles that are currently in use for the tab control. You can send this message explicitly or by using the TabCtrl\_GetExtendedStyle macro.
983ffcbe-0d8d-4686-83de-fc564744390f
TCM_GETEXTENDEDSTYLE message Windows Controls
apiref
TCM_GETEXTENDEDSTYLE
Commctrl.h
HeaderDef
reference
05/31/2018

TCM_GETEXTENDEDSTYLE message

Retrieves the extended styles that are currently in use for the tab control. You can send this message explicitly or by using the TabCtrl_GetExtendedStyle macro.

Parameters

wParam

Must be zero.

lParam

Must be zero.

Return value

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.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h

See also

TCM_SETEXTENDEDSTYLE