MKI_DialogTextFrameMulti (Dialogs) Changed in Version 2023.1

www.CAD6.com

C++ Syntax

bool

MKI_DialogTextFrameMulti(

 HWND f_hWindow,

 const LPCWSTR f_pszCaption,

 MKI_MULTI_TEXTFRAME_REF f_rTextFrame );

 

Shows and processes a dialog for multi-entity frame text parameter editing.

 

Parameters

f_hWindow

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

f_pszCaption

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

f_rTextFrame

[MKI_MULTI_TEXTFRAME_REF] Address of a multi-entity frame text parameter set. The frame text parameters will be used to initialize the dialog window, and they will receive the selected frame text parameters 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