COXToolTipCtrl::Activate
void Activate(BOOL bActivate)
Parameters
bActivate |
Specifies whether the tooltip control is to be activated or deactivated. |
Remarks
Call this function to activate or deactivate a tooltip control. If bActivate is TRUE, the control is activated. If FALSE, it is deactivated. When a tooltip control is active, the tooltip information appears when the cursor is on a tool that is registered with the control; when it is inactive, the tooltip information does not appear, even when the cursor is over a registered tool.