次の方法で共有


IntellisenseKeyboardCommand Enum

Definition

Represents the set of keyboard commands that can be issued to IntelliSense presenters.

public enum class IntellisenseKeyboardCommand
public enum class IntellisenseKeyboardCommand
enum IntellisenseKeyboardCommand
public enum IntellisenseKeyboardCommand
type IntellisenseKeyboardCommand = 
Public Enum IntellisenseKeyboardCommand
Inheritance
IntellisenseKeyboardCommand

Fields

Name Value Description
Up 0

The up arrow command.

Down 1

The down arrow command.

PageUp 2

The page up command.

PageDown 3

The page down command.

TopLine 4

The go to the top line command

BottomLine 5

The go to the bottom line command.

Home 6

The home command.

End 7

The end command.

Enter 8

The enter, or return, command.

Escape 9

The escape command.

IncreaseFilterLevel 10

The increase filter level command.

DecreaseFilterLevel 11

The decrease filter level command.

Applies to