Click or drag to resize

McCommands Class

A collection of all the commands defined for the ribbon.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommands

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Class McCommands
	Implements IEnumerable

The McCommands type exposes the following members.

Constructors
  NameDescription
Public methodMcCommands
Initializes a new instance of the McCommands class
Top
Properties
  NameDescription
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Public methodClearTemporaryCommands
Release all commands used for recording.
Public methodDispose
Releases all resources used by the McCommands
Public methodEnable
Enable or disable groups of commands.
Public methodExists(String)
Checks if key exists in Commands
Public methodExists(McCommand)
Check if command exists in Commands
Public methodGetEnumerator
Public methodInstantiate
For commands that have a specific implementation class, creates this object instance if it does not exist.
Public methodLoad
Parse and create the ribbon commands.
Public methodRemove
Removes command from list
Top
Fields
  NameDescription
Public fieldAutomationDescriptions
Public fieldAutomationNames
Public fieldCommandsToClear
Commands to be garbagge collected.
Public fieldGadgets
The list of registered gadgets
Top
Remarks