public HtmlElement GetHtmlElement( string doc, string form, string tag, string[] parameters )
Parameters
- doc
Type: System.String
The document address.
- form
Type: System.String
The form number.
- tag
Type: System.String
The tag of the html element.
- parameters
Type: System.String[]
The search parameters.
Return Value
Type: Zennolab.CommandCenter.HtmlElement
The first element that matches the conditions defined by the parameters, if found; otherwise, the result is void.