GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Application.IAllowKeyboardActions Interface Reference
Inheritance diagram for GenerallyPositive.Application.IAllowKeyboardActions:
GenerallyPositive.Application.IAllowSelectorAction GenerallyPositive.Application.IAllowAfterAnySelector GenerallyPositive.Application.IAllowAfterAnySelectorExceptWithAll GenerallyPositive.Application.IAllowAllActionAndAnySelector GenerallyPositive.Application.IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IAllowAfterWaitForAndSizeControl GenerallyPositive.Application.IAllowAllApplicationAndAllSelector GenerallyPositive.Application.IAllowAllExceptParameters GenerallyPositive.Application.IApplication GenerallyPositive.Application.IAllowWithHeaderOrFileActions GenerallyPositive.Application.IApplication GenerallyPositive.Application.IApplication GenerallyPositive.Application.IApplication GenerallyPositive.Application.IApplication GenerallyPositive.Application.IApplication GenerallyPositive.Application.Application GenerallyPositive.Application.IApplication GenerallyPositive.Application.Application GenerallyPositive.Application.Application GenerallyPositive.Application.Application GenerallyPositive.Application.Application GenerallyPositive.Application.Application GenerallyPositive.Application.Application

Public Member Functions

IAllowSelectorActionOrAnySelector SendString (string textToSend)
 Simulates typing via hardware key events, one character at a time. Honors GPAL.TypingDelay (see GPAL.WithTypingDelay): 0 sends the string with no inter-character pacing, greater than 0 sleeps that many milliseconds between characters.
IAllowSelectorActionOrAnySelector SendKey (byte VKCode)
IAllowSelectorActionOrAnySelector PressModifierKey (ModifierKeys modifierKeys)
IAllowSelectorActionOrAnySelector ReleaseModifierKey (ModifierKeys modifierKeys)

Detailed Description

Definition at line 74 of file Interfaces.cs.

Member Function Documentation

◆ PressModifierKey()

IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IAllowKeyboardActions.PressModifierKey ( ModifierKeys modifierKeys)

◆ ReleaseModifierKey()

IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IAllowKeyboardActions.ReleaseModifierKey ( ModifierKeys modifierKeys)

◆ SendKey()

IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IAllowKeyboardActions.SendKey ( byte VKCode)

◆ SendString()

IAllowSelectorActionOrAnySelector GenerallyPositive.Application.IAllowKeyboardActions.SendString ( string textToSend)

Simulates typing via hardware key events, one character at a time. Honors GPAL.TypingDelay (see GPAL.WithTypingDelay): 0 sends the string with no inter-character pacing, greater than 0 sleeps that many milliseconds between characters.

Implemented in GenerallyPositive.Application.Application.


The documentation for this interface was generated from the following file: