|
MKI_DialogInitCheck (Dialogs) New in Version 2023.1 |
www.CAD6.com |
C++ Syntaxvoid MKI_DialogInitCheck( HWND f_hWindow, __int32 f_nCtlID );
This procedure initializes a check box control with the "indeterminate" state (only available for a tri-state check box). In case of a two-state check box, it will be cleared instead.
void MKI_DialogInitCheck( HWND f_hWindow, __int32 f_nCtlID, bool f_fValue );
void MKI_DialogInitCheck( HWND f_hWindow, __int32 f_nCtlID, __int32 f_nValue );
These two procedures initialize a check box control with the given value.
Parametersf_hWindow [HWND] Handle of the dialog window that contains the check box control. f_nCtlID [__int32] Identification number of the check box control. f_fValue [bool] If true, the check box will be checked, otherwise not. f_nValue [__int32] If non-zero, the check box will be checked, otherwise not.
|
CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH