Page History
...
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.CaptionListIconList", IconList) |