Table of Contents

Class FunctionKeys

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

Supplies constants representing the Function keyboard keys(F1-F12), which can be used in the input parameter string of the SendKeys(string, KeyModifier) method.

public static class FunctionKeys
Inheritance
FunctionKeys
Inherited Members

Fields

F1

The F1 key.

public const string F1 = "<__F1>"

Field Value

string

F10

The F10 key.

public const string F10 = "<__F10>"

Field Value

string

F11

The F11 key.

public const string F11 = "<__F11>"

Field Value

string

F12

The F12 key.

public const string F12 = "<__F12>"

Field Value

string

F2

The F2 key.

public const string F2 = "<__F2>"

Field Value

string

F3

The F3 key.

public const string F3 = "<__F3>"

Field Value

string

F4

The F4 key.

public const string F4 = "<__F4>"

Field Value

string

F5

The F5 key.

public const string F5 = "<__F5>"

Field Value

string

F6

The F6 key.

public const string F6 = "<__F6>"

Field Value

string

F7

The F7 key.

public const string F7 = "<__F7>"

Field Value

string

F8

The F8 key.

public const string F8 = "<__F8>"

Field Value

string

F9

The F9 key.

public const string F9 = "<__F9>"

Field Value

string