====== UnRegisterShortKey ====== Method of [[:scripting:api:application:start|IApplication]] ===== Description ===== UnRegister ShortKey handler ===== Parameters ===== * [[scripting:api:data-type:VARIANT|VARIANT]] **nKey** * [[scripting:api:data-type:VARIANT|VARIANT]] **Syntax** (optional) ===== Syntax ===== ==== JavaScript ==== Application.UnRegisterShortKey(nKey, Syntax); ==== Visual Basic Script ==== Application.UnRegisterShortKey nKey, Syntax ==== C++ ==== HRESULT hr = Application.UnRegisterShortKey(nKey, Syntax); ===== See Also ===== [[:scripting:api:application:start|IApplication]] ~~NOTOC~~