Versions Compared

Key

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

...

Alternatively, you may pass Char(13):Char(10) to force line breaks.

Example

Code Block
 // Set a header tooltip 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.HeaderToolTip[1; 1]", "This is a tool tip...")

...