Versions Compared

Key

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

...

Code Block
// Customize the glyph images 
Images = "" 
Images<1> = "BMPS\COLLAPSEDEXPANDED.PNG":@VM:2 
Images<2> = "BMPS\EXPANDEDCOLLAPSED.PNG":@VM:2 
Images<3> = "BMPS\UNCHECK.PNG":@VM:3 
Images<4> = "BMPS\CHECK.PNG":@VM:3 
Images<5> = "BMPS\MIX.PNG":@VM:3 
Set_Property(@Window:".OLE_TREE", "OLE.GlyphImages", Images)

...