DWORD SetExtendedStyle( DWORD dwExStyle ) const;
Return Value
A DWORD that represents the previous extended styles. For a list of styles, see Toolbar Extended Styles, in the Platform SDK.
Parameters
dwExStyle
A value specifying the new extended styles. This parameter can be a combination of the toolbar extended styles.
Remarks
This member function implements the behavior of the Win32 message TB_SETEXTENDEDSTYLE, as described in the Platform SDK.
CToolBarCtrl Overview | Class Members | Hierarchy Chart
See Also CToolBarCtrl::GetExtendedStyle