C# Class AuScGen.HtmlSelectExtension

Datei anzeigen Open project: geeksree/cSharpGeeks

Public Methods

Method Description
SelectByIndex ( this control, int index, int maxTimeout ) : void
SelectByText ( this control, string text, int maxTimeout ) : void

Private Methods

Method Description
HtmlSelectExtension ( ) : System

Method Details

SelectByIndex() public static method

public static SelectByIndex ( this control, int index, int maxTimeout ) : void
control this
index int
maxTimeout int
return void

SelectByText() public static method

public static SelectByText ( this control, string text, int maxTimeout ) : void
control this
text string
maxTimeout int
return void