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.
Retrieves the extended styles for a toolbar control.
DWORD GetExtendedStyle( ) const;
Return Value
A DWORD that represents the extended styles currently in use for the toolbar control. 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_GETEXTENDEDSTYLE, as described in the Windows SDK.
Requirements
Header: afxcmn.h
See Also
Reference
CToolBarCtrl::SetExtendedStyle