onOutputInitContextMenu

Event of IScriptOutputPane

Description

onInitContextMenu handler (function)

Property type

Read-Write Property of type VARIANT

Syntax

JavaScript

var Action = ScriptOutputPane.onOutputInitContextMenu;
ScriptOutputPane.onOutputInitContextMenu = Action;

Visual Basic Script

Action = ScriptOutputPane.onOutputInitContextMenu
ScriptOutputPane.onOutputInitContextMenu = Action

C++

VARIANT Action;
HRESULT hr = ScriptOutputPane.get_onOutputInitContextMenu(&Action);
hr = ScriptOutputPane.put_onOutputInitContextMenu(Action);

See Also

IScriptOutputPane