scripting:api:script-list-pane:on-list-init-context-menu

onListInitContextMenu

Event of IScriptListPane

onListContextMenu handler (function)

Read-Write Property of type VARIANT

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