CReBarCtrl::GetExtendedStyle
Gets the extended styles of the current rebar control.
DWORD GetExtendedStyle() const;
Return Value
A bitwise combination (OR) of flags that indicate the extended styles. The possible flags are RBS_EX_SPLITTER and RBS_EX_TRANSPARENT. For more information, see the dwMask parameter of the CReBarCtrl::SetExtendedStyle method.
Remarks
This method sends the RB_GETEXTENDEDSTYLE message, which is described in the Windows SDK.
Requirements
Header: afxcmn.h
This method is supported in Windows Vista and later.
Additional requirements for this method are described in Build Requirements for Windows Vista Common Controls.