Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Gets the extended styles that are currently in use for a given edit control. You can use this macro or send the EM_GETEXTENDEDSTYLE message explicitly.
Syntax
DWORD Edit_GetExtendedStyle(
HWND hwndCtl
);
Parameters
hwndCtl
A handle to a list-view control.
Return value
Type: DWORD
Returns a DWORD value that represents the styles currently in use for a given edit control.
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 |