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
SyntaxPublic Class Output
Inherits GadgetCommand
Constructors
| Name | Description |
---|
 | Output | Initializes a new instance of the Output class |
 | Output(McCommand) | Initializes a new instance of the Output class |
Top
RemarksThe 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