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. ====== MouseEvent ====== Method of [[:scripting:api:shell:start|IShell]] ===== Description ===== Emulates Mouse Event ===== Parameters ===== * [[:scripting:api:mouse-event|eMouseEvent]] **nCommand** * [[scripting:api:data-type:UINT|UINT]] **Data** * [[scripting:api:data-type:VARIANT|VARIANT]] **mouse_position** (optional) ===== Syntax ===== ==== JavaScript ==== <code javascript> Shell.MouseEvent(nCommand, Data, mouse_position); </code>==== Visual Basic Script ==== <code vb> Shell.MouseEvent nCommand, Data, mouse_position </code>==== C++ ==== <code cpp> HRESULT hr = Shell.MouseEvent(nCommand, Data, mouse_position); </code>===== See Also ===== [[:scripting:api:shell:start|IShell]] ~~NOTOC~~