C# 클래스 AuScGen.HtmlInputTextExtension

파일 보기 프로젝트 열기: geeksree/cSharpGeeks

공개 메소드들

메소드 설명
DeskTopMouseClick ( this control ) : void
ExtendedMouseClick ( this control ) : void
MultiTabClickButton ( this control ) : void
SetText ( this control, string text ) : void
SingleTabClickButton ( this control ) : void
TypeText ( this control, string text ) : void

비공개 메소드들

메소드 설명
MouseClick ( int x, int y ) : void
SetCursorPos ( int x, int y ) : long
mouse_event ( int dwFlags, int dx, int dy, int cButtons, int dwExtraInfo ) : void

메소드 상세

DeskTopMouseClick() 공개 정적인 메소드

public static DeskTopMouseClick ( this control ) : void
control this
리턴 void

ExtendedMouseClick() 공개 정적인 메소드

public static ExtendedMouseClick ( this control ) : void
control this
리턴 void

MultiTabClickButton() 공개 정적인 메소드

public static MultiTabClickButton ( this control ) : void
control this
리턴 void

SetText() 공개 정적인 메소드

public static SetText ( this control, string text ) : void
control this
text string
리턴 void

SingleTabClickButton() 공개 정적인 메소드

public static SingleTabClickButton ( this control ) : void
control this
리턴 void

TypeText() 공개 정적인 메소드

public static TypeText ( this control, string text ) : void
control this
text string
리턴 void