All settings mentioned in this documentation needs a "prefix". This prefix is explained in the module that uses this feature.
Examples:
xTaskbar... MyLabel... xPopup...
true
or false
) (label-name)
move
timeout
(label-name)
. Make sure this label is already created. Additionally you should use the settings StartHidden
and maybe AutoWidth/HeightMode
. Except from that you can do anything with the tooltip label.move
can be .nomove
or .move
. If .nomove
is set, the label doesn't pop up at the tooltip position, so you can position it where you want.timeout
specifies (in milliseconds) the time the label stays visible after the tooltip should be hidden (So you can actually click the tooltip label to trigger actions). Default is 1000. If you choose to use this feature, the TooltipDurations
setting is irrelevant.title
icon
button
icon
can be:
button
enables the close button in the Windows XP balloontooltip.Examples:
xTaskbarTooltipBalloon ;-> Balloontooltip without title and ; icon xTaskbarTooltipBalloon true ;-> Balloontooltip without title and ; icon xTaskbarTooltipBalloon "Info:" 1 ;-> Balloontooltip with title "Info:" ; and info icon xTaskbarTooltipBalloon "Alert:" 2 ;-> Balloontooltip with title "Alert:" ; and alert icon xTaskbarTooltipBalloon "Your Info" 0 true ;-> Balloontooltip with title ; "Your Info", no icon and a close ; button in WinXP.
false
, then font smoothing is deactivated. true
, font smoothing is enabled.false
, then cleartype font smoothing is deactivated. true
, cleartype font smoothing is enabled. $resolutionx$
.