Versions Compared

Key

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

...

The EnabledCommands method conveniently batch enables a collection of commands. Simply pass an @FM delimited list of command keys, and all controls associated to all the commands will immediately enable. See also the DisableCommands and HideCommands methods. 

Example

Code Block
// Enable several commands at once
Send_Message(@Window:".OLE_RIBBON", "OLE.EnableCommands", "NEW":@FM:"OPEN":@FM:"SAVE":@FM:"CLOSE") 

See Also

DisableCommands, HideCommands