====== Shell ====== Property of [[:scripting:api:application:start|IApplication]] ===== Description ===== Shell Object ===== Property type ===== Read-Only Property of type **[[:scripting:api:shell:start|IShell]]** ===== Syntax ===== ==== JavaScript ==== var pShellObj = Application.Shell; ==== Visual Basic Script ==== pShellObj = Application.Shell ==== C++ ==== CComPtr pShellObj; HRESULT hr = Application.get_Shell(&pShellObj); ===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~