Versions Compared

Key

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

...

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

// Remove all items tooltips 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.ItemToolTip[All; All]", "")

See Also

GroupToolTip