Click or drag to resize

MacroExplorer Class

Opens or closes the Macro Explorer panel.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Commands.GadgetsGadgetCommandBase
          MediaCy.Commands.GadgetsGadgetCommandMacroExplorerPanel
            MediaCy.Addins.ScriptingMacroExplorer

Namespace:  MediaCy.Addins.Scripting
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Class MacroExplorer
	Inherits GadgetCommand(Of MacroExplorerPanel)
Constructors
  NameDescription
Public methodMacroExplorer
Initializes a new instance of the MacroExplorer class
Public methodMacroExplorer(McCommand)
Initializes a new instance of the MacroExplorer class
Top
Remarks
The Macro Explorer panel displays user's macros, projects and apps, allowing to configure and run them.
See Also