MKI_DialogControlShow (Dialogs) New in Version 2024.0

www.CAD6.com

C++ Syntax

void

MKI_DialogControlShow(

 HWND f_hWindow,

 __int32 f_nCtlID,

 bool f_fVisible = true );

 

This procedure shows (or hides) a dialog window control. A hidden control will also be disabled.

 

Parameters

f_hWindow

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

f_nCtlID

[__int32] Identification number of the control.

f_fVisible

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

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH