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.
Initializes the CTooltipManager object.
BOOL InitTooltipManager();
Return Value
Nonzero if the method creates the CTooltipManager object; 0 if the CTooltipManager object already exists.
Remarks
If you call CWinAppEx::GetTooltipManager, the default implementation of that method calls InitTooltipManager.
If your application already has a tooltip manager and you call InitTooltipManager, your application will have an ASSERT failure. Therefore, you should not call InitTooltipManager if you create a CTooltipManager object directly. If you are not using a custom CTooltipManager, you should use GetTooltipManager to create a CTooltipManager object.
Requirements
Header: afxwinappex.h