Versions Compared

Key

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

...

The GroupSpecial property establishes how a group is to appear visually. Normally, all groups are visually the same according to the current Theme setting. Some themes, however, support the ability to render special groups.

...

Code Block
// Set the 3rd group as special 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupSpecial[3]", 1) 

// Set all groups to normal 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupSpecial[All]", 0)

See Also

Theme