Is it possible to have both an Image and a Caption on a picture control or does it have to be one or the other? Example below.
Set_Property(
@Window:".OLE_PIC_LOAD_SCREEN", "OLE.Image", imagePath)
Set_Property(
@Window:".OLE_PIC_LOAD_SCREEN", "OLE.Caption", "Test Message")
Comments