![]() |
MKI_DialogCheckMessage (Dialogs) New in Version 2016.0 |
www.CAD6.com |
C++ Syntax__int32 MKI_DialogCheckMessage( const LPCWSTR f_pszText, const LPCWSTR f_pszCaption, __int32 f_nMode, const LPCWSTR f_pszCheckText, bool& f_rCheckState );
Shows and processes a standard message dialog with an additional check box.
ParametersText [const LPCWSTR] Text to be displayed in the message dialog. Caption [const LPCWSTR] Title of the dialog window to be displayed. Be careful that the given title fits into the dialog window's caption. If Caption is nullptr, a default caption (such as "Message") will be displayed. Mode [__int32] Button display mode (see MKI_MESSAGE_*). CheckText [const LPCWSTR] Text to be displayed with the check box. CheckState [bool&] Initial state of the check box and resulting state.
Return ValueReturns the button selected by the user or a failure notice (see MKI_BUTTON_*).
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH