Click or drag to resize

AutomateCommandsOutput Property

Opens or closes the Output panel.

Namespace:  MediaCy.Automation.Automate
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property Output ( 
	parent As McCommand
) As Output
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: Output
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