Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the extended styles for a toolbar control.
DWORD SetExtendedStyle(
DWORD dwExStyle
);
Parameters
- dwExStyle
A value specifying the new extended styles. This parameter can be a combination of the toolbar extended styles.
Return Value
A DWORD that represents the previous extended styles. For a list of styles, see Toolbar Extended Styles, in the Windows SDK.
Remarks
This member function implements the behavior of the Win32 message TB_SETEXTENDEDSTYLE, as described in the Windows SDK.
Requirements
Header: afxcmn.h
See Also
Reference
CToolBarCtrl::GetExtendedStyle