UnRegisterShortKey

Method of IApplication

Description

UnRegister ShortKey handler

Parameters

Syntax

JavaScript

Application.UnRegisterShortKey(nKey, Syntax);

Visual Basic Script

Application.UnRegisterShortKey nKey, Syntax

C++

HRESULT hr = Application.UnRegisterShortKey(nKey, Syntax);

See Also

IApplication