C# Класс AuScGen.HtmlInputTextExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
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