MKI_DialogProperty (Dialogs) Changed in Version 2015.0

www.CAD6.com

C++ Syntax

bool

MKI_DialogProperty(

 HWND f_hWindow,

 const LPCWSTR f_pszCaption,

 MKI_PROPERTY_REF f_rData );

 

Shows and processes a dialog for standard property editing (without pen, transmission, and layer).

 

Parameters

Window

[HWND] Handle of the dialog window's parent window.

Caption

[const LPCWSTR] Title of the dialog window to be displayed. Be careful that the given title fits into the dialog window's caption.

Data

[MKI_PROPERTY_REF] Address of a property set. This property set is used to initialize the dialog window, and it will receive the selected property set if the user ends the dialog by pressing the OK button.

 

Return Value

Returns true if the dialog window was ended by pressing the OK button and anything inside the window was changed, else false.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH