Versions Compared

Key

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

...

Code Block
// Prevent the user from expanding or contracting a group 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupExpandable[1]", 0) 

// Allow the user to expand all groups 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupExpandable[All]", 1)

See Also

GroupEnabledGroupExpanded