Versions Compared

Key

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

...

The ItemImage property sets the image to appear next to the item's text. First, you have to set up an image list using the ImageList property. Then you set this property to the index of the image you want to display. The image will appear to the left of the text.

...

Code Block
// Set the first item in the third record's image to the fifth image in our image list
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ItemImage[1;3]", 5)

See Also

ColumnHyperlink