CTabCtrl::SetExtendedStyle

DWORD SetExtendedStyle( DWORD dwNewStyle, DWORD dwExMask = 0 );

Return Value

A DWORD value that contains the previous tab control extended styles, as described in the Intenet Client SDK.

Parameters

dwNewStyle

Value specifying a combination of tab control extended styles.

dwExMask

A DWORD value that indicates which styles in dwNewStyle are to be affected. Only the extended styles in dwExMask will be changed. All other styles will be maintained as is. If this parameter is zero, then all of the styles in dwNewStyle will be affected.

Return Value

This member function implements the behavior of the Win32 message TCM_SETEXTENDEDSTYLE, as described in the Intenet Client SDK.

CTabCtrl OverviewClass MembersHierarchy Chart

See Also   CTabCtrl::GetExtendedStyle