![]() |
MKI_TOOLTIP_ENTRY (Basic Classes) New in Version 2023.1 |
www.CAD6.com |
C++ Syntaxclass MKI_TOOLTIP_ENTRY { public:
__int32 m_nCtlID; LPCWSTR m_pszText; };
This structure contains data for a single dialog window control tooltip.
Element Descriptionm_nCtlID [__int32] Positive identification number of the dialog control to which the tooltip shall be associated. A negative value is used to indicate end-of-list. Tooltips cannot be associated to static text controls! m_pszText [LPCWSTR] Pointer to the text associated with the given control. 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! For an end-of-list entry, use MKI_END_TEXTW.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH