Removes the currently loaded image.

Syntax

Send_Message(Ctrl, "OLE.Clear")

Remarks

The Clear method removes the currently loaded image.

Example

// Remove the image
Send_Message(@Window:".OLE_PICTURE", "OLE.Clear") 

See Also

Image

  • No labels