|
static |
Creates a tooltip control for the specified control type (s).
Creates a tooltip for the specified control type and assigns it to the specified owner. The type is meant a type of control to be displaying this tooltip. The library supports a combination of the following types:
Specify BCGP_TOOLTIP_TYPE_ALL if you wish the newly created tooltip will be shown for all controls.
pToolTip | A reference to tooltip pointer. It will be set to the newly created tooltip when the function returns. |
pWndParent | Parent of the tooltip. |
nType | Type of the tooltip. |