Versions Compared

Key

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

...

The caption is displayed using the current Font and CaptionColor property values.

Use @TMs or CRLFs as line breaks.

...

Code Block
// Notify the user when there is no picture available 
Set_Property(@Window:".OLE_PICTURE", "OLE.Caption", "No":@TM:"Picture":@TM:"Available"); 

// Prompt the user to drag files to the picture control 
Set_Property(@Window:".OLE_PICTURE", "OLE.Caption", "Drag and drop image files here.");

See Also

FontCaptionColor