onOutputCommand

Event of IScriptOutputPane

Description

onCommand handler (function)

Property type

Read-Write Property of type VARIANT

Syntax

JavaScript

var Action = ScriptOutputPane.onOutputCommand;
ScriptOutputPane.onOutputCommand = Action;

==== Visual Basic Script ====

Action = ScriptOutputPane.onOutputCommand
ScriptOutputPane.onOutputCommand = Action

==== C++ ====

VARIANT Action;
HRESULT hr = ScriptOutputPane.get_onOutputCommand(&Action);
hr = ScriptOutputPane.put_onOutputCommand(Action);

===== See Also ===== IScriptOutputPane