Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== onListInitContextMenu ====== Event of [[:scripting:api:script-list-pane:start|IScriptListPane]] ===== Description ===== onListContextMenu handler (function) ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:VARIANT|VARIANT]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var Action = ScriptListPane.onListInitContextMenu; ScriptListPane.onListInitContextMenu = Action; </code>==== Visual Basic Script ==== <code vb> Action = ScriptListPane.onListInitContextMenu ScriptListPane.onListInitContextMenu = Action </code>==== C++ ==== <code cpp> VARIANT Action; HRESULT hr = ScriptListPane.get_onListInitContextMenu(&Action); hr = ScriptListPane.put_onListInitContextMenu(Action); </code>===== See Also ===== [[:scripting:api:script-list-pane:start|IScriptListPane]] ~~NOTOC~~