CToolbar.GetTooltipsmethod
Retrieves the handle to the tooltip control, if any, associated with the toolbar.
Syntax
FUNCTION GetTooltips (BYVAL hToolbar AS HWND) AS HWND
Parameters
| Name | Description | |
|---|---|---|
hToolbar | Handle to the toolbar control. |
Return value
Returns the handle to the tooltip control, or NULL if the toolbar has no associated tooltip.
Description
Retrieves the handle to the tooltip control, if any, associated with the toolbar.
Reference
- Include file
CToolbar.inc - Defined in AfxNova/CToolbar.inc:780
- Documented in Windows/WIndows Controls/CToolbar Class.md
- Topic: CToolbar Class