BindType Enum

KeyBindSvr Binding Key Type constants.

Usage

BindType.Constant

Arguments

Constant

You can specify two types of constants:

  • BindCommand

    The value for this constant is 1. Assign the shortcut key or stroke to a key-in command.

  • BindFunction

    The value for this constant is 2. Assign the shortcut key or stroke to a end-user function.

  • BindKeyPress

    The value for this constant is 3. Assign the shortcut key or stroke to a key.

  • BindMenu

    The value for this constant is 0. Assign the shortcut key or stroke to a menu command.