RegisterShortKey

Method of IApplication

Description

Register ShortKey handler

Parameters

Syntax

JavaScript

Application.RegisterShortKey(nKey, pShortKeyHandler, Syntax);

Visual Basic Script

Application.RegisterShortKey nKey, pShortKeyHandler, Syntax

C++

HRESULT hr = Application.RegisterShortKey(nKey, pShortKeyHandler, Syntax);

See Also

IApplication