Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Call this function to activate or deactivate a tool tip control.
void Activate(
BOOL bActivate
);
Parameters
- bActivate
Specifies whether the tool tip control is to be activated or deactivated.
Remarks
If bActivate is TRUE, the control is activated; if FALSE, it is deactivated.
When a tool tip control is active, the tool tip information appears when the cursor is on a tool that is registered with the control; when it is inactive, the tool tip information does not appear, even when the cursor is on a tool.
Example
See the example for CPropertySheet::GetTabControl.
Requirements
Header: afxcmn.h