C# Class Dev2.Studio.UI.Tests.KeyboardCommands

Mostra file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
SelectAll ( ) : void
SelectAllText ( ) : void
SelectAndCopy ( ) : void
SendBackspaces ( int amtOfPresses, int waitAmt = 15 ) : void
SendCopy ( ) : string
SendDel ( int waitAmt = 15 ) : void
SendDownArrows ( int amtOfPresses, int waitAmt = 15 ) : void
SendEnter ( int waitAmt = 15 ) : void
SendEsc ( int waitAmt = 15 ) : void
SendKey ( string key, int waitAmt = 15 ) : void
SendLeftArrows ( int amtOfPresses, int waitAmt = 15 ) : void
SendRightArrows ( int amtOfPresses, int waitAmt = 15 ) : void
SendSpace ( int waitAmt = 15 ) : void
SendTab ( int waitAmt = 15 ) : void
SendTabs ( int amtOfTabs, int waitAmt = 15 ) : void
SendUpArrows ( int amtOfPresses, int waitAmt = 15 ) : void

Method Details

SelectAll() public static method

public static SelectAll ( ) : void
return void

SelectAllText() public static method

public static SelectAllText ( ) : void
return void

SelectAndCopy() public static method

public static SelectAndCopy ( ) : void
return void

SendBackspaces() public static method

public static SendBackspaces ( int amtOfPresses, int waitAmt = 15 ) : void
amtOfPresses int
waitAmt int
return void

SendCopy() public static method

public static SendCopy ( ) : string
return string

SendDel() public static method

public static SendDel ( int waitAmt = 15 ) : void
waitAmt int
return void

SendDownArrows() public static method

public static SendDownArrows ( int amtOfPresses, int waitAmt = 15 ) : void
amtOfPresses int
waitAmt int
return void

SendEnter() public static method

public static SendEnter ( int waitAmt = 15 ) : void
waitAmt int
return void

SendEsc() public static method

public static SendEsc ( int waitAmt = 15 ) : void
waitAmt int
return void

SendKey() public static method

public static SendKey ( string key, int waitAmt = 15 ) : void
key string
waitAmt int
return void

SendLeftArrows() public static method

public static SendLeftArrows ( int amtOfPresses, int waitAmt = 15 ) : void
amtOfPresses int
waitAmt int
return void

SendRightArrows() public static method

public static SendRightArrows ( int amtOfPresses, int waitAmt = 15 ) : void
amtOfPresses int
waitAmt int
return void

SendSpace() public static method

public static SendSpace ( int waitAmt = 15 ) : void
waitAmt int
return void

SendTab() public static method

public static SendTab ( int waitAmt = 15 ) : void
waitAmt int
return void

SendTabs() public static method

public static SendTabs ( int amtOfTabs, int waitAmt = 15 ) : void
amtOfTabs int
waitAmt int
return void

SendUpArrows() public static method

public static SendUpArrows ( int amtOfPresses, int waitAmt = 15 ) : void
amtOfPresses int
waitAmt int
return void