Versions Compared

Key

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

...

The AutoLoadDropFile property is a flag that you can set for added convenience. When the user drags files from Windows Explorer and drops them over a picture control, the OnFileDrop event fires without affecting any of the OLE Picture control's properties. This allows the developer to decide how the dropped files should be processed.

...

Code Block
// Always show what the user dropped 
Set_Property(@Window:".OLE_PICTURE", "OLE.AutoLoadDropFile", 1)

See Also

OnFileDropImage