Unicode Controls & Classes for VB6 - Version 4

ctlUniTooltipManager.PersistentTip Property

Is the Tip persistent? (It doesn't disappear after some seconds when the mouse is stopped)

Syntax
Public Property Get PersistentTip () As Boolean
Public Property Let PersistentTip (ByVal b As Boolean)
Parameters
Parameter Description
ByVal b As Boolean True for persistent, False for standard
Remarks