Interface IAllowKeyboardActions
Namespace: GenerallyPositive.Application
Assembly: GPAL.dll
Syntax
public interface IAllowKeyboardActions
Methods
SendKey(Byte)
Declaration
IAllowSelectorActionOrAnySelector SendKey(byte VKCode)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte | VKCode |
Returns
| Type | Description |
|---|---|
| IAllowSelectorActionOrAnySelector |
SendString(String)
Declaration
IAllowSelectorActionOrAnySelector SendString(string textToSend)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | textToSend |
Returns
| Type | Description |
|---|---|
| IAllowSelectorActionOrAnySelector |