Anteckning
Å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.
Enables or disables a combo box control.
Syntax
BOOL ComboBox_Enable(
HWND hwndCtl,
BOOL fEnable
);
Parameters
hwndCtl
Type: HWND
A handle to the control.
fEnable
Type: BOOL
TRUE to enable the control, or FALSE to disable it.
Return value
Type: BOOL
TRUE if the window was previously disabled, or FALSE if it was previously enabled.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | windowsx.h |