Unicode Controls & Classes for VB6 - Version 4

ctlUniTooltipManager.ActivateTips Property

This property permits you to Activate (default) or Deactivate tips for your entire application

Syntax
Public Property Get ActivateTips () As Boolean
Public Property Let ActivateTips (ByVal b As Boolean)
Parameters
Parameter Description
ByVal b As Boolean True for activating tips, false otherwise
Remarks