Event of IScriptListPane
onListContextMenu handler (function)
Read-Write Property of type VARIANT
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