AddControlModelOrPage (class MKI_TOOLTIP_LIST) New in Version 2023.1

www.CAD6.com

C++ Syntax

void

MKI_TOOLTIP_LIST::AddControlModelOrPage(

 HWND f_hDlg,

 __int32 f_nCtlID,

 MKI_CONST_PAGEDEF_REF f_rPage,

 bool f_fMulti );

 

void

MKI_TOOLTIP_LIST::AddControlModelOrPage(

 HWND f_hDlg,

 __int32 f_nCtlID,

 MKI_CONST_MODELDEF_REF f_rModel,

 bool f_fMulti );

 

void

MKI_TOOLTIP_LIST::AddControlModelOrPage(

 HWND f_hDlg,

 __int32 f_nCtlID,

 __int32 f_nPage,

 bool f_fMulti );

 

Adds the standard tooltip for a page selection button to the current tooltip list.

 

Parameters

f_hDlg

[HWND] Handle of the dialog window that contains the controls to be associated with the given tooltips.

f_nCtlID

[__int32] Positive identification number of the dialog control to which the tooltip shall be associated. Tooltips cannot be associated to static text controls!

f_rPage

[MKI_CONST_PAGEDEF_REF] The page definition whose properties shall be part of the tooltip in addition to a standard phrase such as "Choose the desired page from this list."

f_rModel

[MKI_CONST_MODELDEF_REF] The model space definition whose properties shall be part of the tooltip in addition to a standard phrase such as "Choose the desired layer from this list."

f_nPage

[__int32] Number of the page definition whose properties shall be part of the tooltip in addition to a standard phrase such as "Choose the desired coordinate system from this list." Use a negative value for "Model Space".

f_fMulti

[bool] If true, the page selection button is assumed to be in an indeterminate multi-selection state (see MKI_MULTI_BASE), i.e. no page properties are displayed, only the standard phrase.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH