IsKeyMacroDefined Method

Returns whether or not a key macro defined by the key combination exits.

Syntax

object.IsKeyMacroDefined (ComboKey, KeyCode )

Properties

The IsKeyMacroDefined method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

ComboKey

enumCombinationKey. The control shift part of the key combination.

KeyCode

Integer. The ASCII value of the main key of the key combination.

 

Applies To