MKI_DialogControlEnable (Dialogs) New in Version 2024.0

www.CAD6.com

C++ Syntax

void

MKI_DialogControlEnable(

 HWND f_hWindow,

 __int32 f_nCtlID,

 bool f_fEnabled = true );

 

This procedure enables (or disables) a dialog window control.

 

Parameters

f_hWindow

[HWND] Handle of the dialog window that contains the control.

f_nCtlID

[__int32] Identification number of the control.

f_fEnabled

[bool] If true, the control will be enabled, otherwise not.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH