Versions Compared

Key

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

...

For more information and ideas regarding caption and icon lists, see the CaptionList and IconList topic.

Example

Code Block
 // Set a button with a different image in opposite corners 
IconList = "" 
IconList<1> = "Hello":@VM:"L":@VM:"T" 
IconList<2> = "World":@VM:"R":@VM:"B" 
Set_Property(@Window:".OLE_BUTTON", "OLE.CaptionList", IconList)

...