Нотатка
Доступ до цієї сторінки потребує авторизації. Можна спробувати ввійти або змінити каталоги.
Доступ до цієї сторінки потребує авторизації. Можна спробувати змінити каталоги.
Sets extended styles for edit controls using the style mask. You can use this macro or send the EM_SETEXTENDEDSTYLE message explicitly.
Syntax
void Edit_SetExtendedStyle(
HWND hwndCtl,
DWORD dw,
DWORD dwMask
);
Parameters
hwndCtl
A handle to the edit control.
dw
A DWORD value that specifies the extended edit control styles to set.
dwMask
A DWORD value that specifies which styles are to be affected.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 [desktop apps only] |
| Minimum supported server | Windows Server [desktop apps only] |
| Target Platform | Windows |
| Header | commctrl.h |