Versions Compared

Key

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

...

Code Block
// Set the tooltip text of a single group 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupToolTip[1]", "Sample Tooltip Text") 

// Remove all groups' tooltips 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupToolTip[All]", "")

See Also

ItemToolTip