MKI_DialogCollectionHandleText (Dialogs) New in Version 2020.0

www.CAD6.com

C++ Syntax

bool

MKI_DialogCollectionHandleText(

 HWND f_hWindow,

 __int32 f_nCtlID,

 __int32 f_nEditID );

 

Displays a context menu for handling texts in the pinboard and the collections. It enables the user to add the text the currently selected in the text control to the pinboard or a collection, or to paste a text from the pinboard or a collection into the text control.

 

Parameters

Window

[HWND] Handle of the dialog window whose control was clicked.

CtlID

[__int32] ID of the control that was clicked (only used to position the context menu).

EditID

[__int32] ID of the edit control that contains the text to be handled.

 

Return Value

Returns true if the content of the edit control EditID was changed due to user interaction with the pinboard or a collection.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH