![]() |
MKI_DialogComboboxFill (Dialogs) New in Version 2017.0 |
www.CAD6.com |
C++ Syntaxvoid MKI_DialogComboboxFill( HWND f_hWindow, __int32 f_nCtlID, const LPWSTR* f_apszTextList, __int32 f_nActive );
Fills a combobox with a given list of text entries, calls MKI_DialogComboboxAdjust, and selects one of those entries.
Parametersf_hWindow [HWND] Handle of the dialog window that contains the combobox control. f_nCtlID [__int32] Identification number of the combobox control. f_pszTextList [const LPWSTR*] Address of a list of text pointers containing the text entries. This list must be terminated by an entry containing MKI_END_TEXT. f_nActive [__int32] Zero-based index of the text entry to be selected or a negative value if no entry shall be selected.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH