Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescription
<1>TextTextThe balloon tooltip text
<2>TitleTextAn optional title for the balloon tooltip
<3>IconInteger0 = No Icon, 1 = Info Icon, 2 = Warning Icon, 3 = Error Icon
<4>DelayIntegerTime in milliseconds to remain visible

...

Code Block
// Show a balloon tooltip with an info icon and a 5 second time limit 
Config = "" 
Config<1> = "Multiple line test":@TM:"Line 1":@TM:"Line 2" 
Config<2> = "This is My Title" 
Config<3> = 1 
Config<4> = 5000 
rv = Send_Message(@Window:".OLE_CONTROL", "OLE.ShowBalloonTooltip", Config)

See Also

HideBalloonTooltip