Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the extended styles for the current rebar control.
DWORD SetExtendedStyle(
DWORD dwMask,
DWORD dwStyleEx
);
Parameters
Parameter |
Description |
||||||
|---|---|---|---|---|---|---|---|
[in] dwMask |
A bitwise combination (OR) of flags that specify which flags in the dwStyleEx parameter apply. Use one or more of the following values:
|
||||||
[in] dwStyleEx |
A bitwise combination (OR) of flags that specify the styles to apply. To set a style, specify the same flag that is used in the dwMask parameter. To reset a style, specify binary zero. |
Return Value
The previous extended style.
Remarks
This method sends the RB_SETEXTENDEDSTYLE 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.