AddRectText (class MKI_TOOLTIP_LIST) New in Version 2023.1

www.CAD6.com

C++ Syntax

void

MKI_TOOLTIP_LIST::AddRectText(

 HWND f_hWnd,

 MKI_INTRECT& f_rRect,

 LPCWSTR f_pszText );

 

Adds a tooltip based on a rectangle to the current tooltip list.

 

Parameters

f_hWnd

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

f_rRect

[MKI_INTRECT&] Rectangle in client coordinates of f_hWnd.

f_pszText

[LPCWSTR] Address of the text to be associated with specified rectangle. Its length is virtually unlimited. Use \n\n to force a new paragraph. Do not use a single \n to force inter-paragraph line breaks!

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH