C# 클래스 Dev2.Studio.UI.Tests.KeyboardCommands

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

SelectAll() 공개 정적인 메소드

public static SelectAll ( ) : void
리턴 void

SelectAllText() 공개 정적인 메소드

public static SelectAllText ( ) : void
리턴 void

SelectAndCopy() 공개 정적인 메소드

public static SelectAndCopy ( ) : void
리턴 void

SendBackspaces() 공개 정적인 메소드

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

SendCopy() 공개 정적인 메소드

public static SendCopy ( ) : string
리턴 string

SendDel() 공개 정적인 메소드

public static SendDel ( int waitAmt = 15 ) : void
waitAmt int
리턴 void

SendDownArrows() 공개 정적인 메소드

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

SendEnter() 공개 정적인 메소드

public static SendEnter ( int waitAmt = 15 ) : void
waitAmt int
리턴 void

SendEsc() 공개 정적인 메소드

public static SendEsc ( int waitAmt = 15 ) : void
waitAmt int
리턴 void

SendKey() 공개 정적인 메소드

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

SendLeftArrows() 공개 정적인 메소드

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

SendRightArrows() 공개 정적인 메소드

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

SendSpace() 공개 정적인 메소드

public static SendSpace ( int waitAmt = 15 ) : void
waitAmt int
리턴 void

SendTab() 공개 정적인 메소드

public static SendTab ( int waitAmt = 15 ) : void
waitAmt int
리턴 void

SendTabs() 공개 정적인 메소드

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

SendUpArrows() 공개 정적인 메소드

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