onListInitContextMenu

Event of IScriptListPane

Description

onListContextMenu handler (function)

Property type

Read-Write Property of type VARIANT

Syntax

JavaScript

var Action = ScriptListPane.onListInitContextMenu;
ScriptListPane.onListInitContextMenu = Action;

==== Visual Basic Script ====

Action = ScriptListPane.onListInitContextMenu
ScriptListPane.onListInitContextMenu = Action

==== C++ ====

VARIANT Action;
HRESULT hr = ScriptListPane.get_onListInitContextMenu(&Action);
hr = ScriptListPane.put_onListInitContextMenu(Action);

===== See Also ===== IScriptListPane