Click or drag to resize

CommandBox Class

A command used to display a list of possible commands and the information about these.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneOutputCommandmcInformationBoxResult
          MediaCy.Commands.WorkflowInformationBox
            MediaCy.Commands.WorkflowCommandBox

Namespace:  MediaCy.Commands.Workflow
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class CommandBox
	Inherits InformationBox

The CommandBox type exposes the following members.

Constructors
  NameDescription
Public methodCommandBox
Initializes a new instance of the CommandBox class
Public methodCommandBox(McCommand)
Initializes a new instance of the CommandBox class
Top
Properties
Methods
  NameDescription
Public methodClone (Overrides McCommandExtended.Clone(McCommand).)
Public methodRun (Overrides McCommandExtendedRun.)
Public methodSaveAsCode (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks
Each child command is displayed in this dialog and the one selected is executed.
See Also