Click or drag to resize

Output Class

Opens or closes the Output panel.
Inheritance Hierarchy

Namespace:  MediaCy.Addins.Scripting
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Class Output
	Inherits GadgetCommand
Constructors
  NameDescription
Public methodOutput
Initializes a new instance of the Output class
Public methodOutput(McCommand)
Initializes a new instance of the Output class
Top
Remarks
The Output panel is used to display results or any other textual information in a scrolling text control, which also provides a context menu allowing to clear, save or export its content. Typically used in Code commands, the Output panel is exposed as ThisApplication.Output and can also be controled using the .
See Also