Click or drag to resize

BatchMacros Class

Opens or closes the Batch Processing Macros.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Commands.GadgetsGadgetCommandBase
          MediaCy.Commands.GadgetsGadgetCommandBatchMacrosPanel
            MediaCy.Addins.ScriptingBatchMacros

Namespace:  MediaCy.Addins.Scripting
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Class BatchMacros
	Inherits GadgetCommand(Of BatchMacrosPanel)
Constructors
  NameDescription
Public methodBatchMacros
Initializes a new instance of the BatchMacros class
Public methodBatchMacros(McCommand)
Initializes a new instance of the BatchMacros class
Top
Remarks
The Batch Processing Macros panel is used to process document batches using macros.
See Also