EE_SHOW_TIP¶
Shows or hides the tooltip. You can send this message explicitly or use the Editor_ShowTip inline function.
EE_SHOW_TIP
wParam = (WPARAM) 0;
lParam = (LPARAM) (TIP_INFO*) pTipInfo;
Parameters¶
pTipInfo
Pointer to the TIP_INFO structure.
Return Values¶
The return value is not used.
Version¶
Supported on EmEditor Professional Version 16.9 or later.