Class FunctionKeys
Supplies constants representing the Function keyboard keys(F1-F12), which can be used in the input parameter string of the SendKeys(string, KeyModifier) method.
Inherited Members
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public static class FunctionKeys
Fields
F1
The F1 key.
Declaration
public const string F1 = "<__F1>"
Field Value
| Type | Description |
|---|---|
| string |
F10
The F10 key.
Declaration
public const string F10 = "<__F10>"
Field Value
| Type | Description |
|---|---|
| string |
F11
The F11 key.
Declaration
public const string F11 = "<__F11>"
Field Value
| Type | Description |
|---|---|
| string |
F12
The F12 key.
Declaration
public const string F12 = "<__F12>"
Field Value
| Type | Description |
|---|---|
| string |
F2
The F2 key.
Declaration
public const string F2 = "<__F2>"
Field Value
| Type | Description |
|---|---|
| string |
F3
The F3 key.
Declaration
public const string F3 = "<__F3>"
Field Value
| Type | Description |
|---|---|
| string |
F4
The F4 key.
Declaration
public const string F4 = "<__F4>"
Field Value
| Type | Description |
|---|---|
| string |
F5
The F5 key.
Declaration
public const string F5 = "<__F5>"
Field Value
| Type | Description |
|---|---|
| string |
F6
The F6 key.
Declaration
public const string F6 = "<__F6>"
Field Value
| Type | Description |
|---|---|
| string |
F7
The F7 key.
Declaration
public const string F7 = "<__F7>"
Field Value
| Type | Description |
|---|---|
| string |
F8
The F8 key.
Declaration
public const string F8 = "<__F8>"
Field Value
| Type | Description |
|---|---|
| string |
F9
The F9 key.
Declaration
public const string F9 = "<__F9>"
Field Value
| Type | Description |
|---|---|
| string |