Gets the nth HtmlElement object in this Form.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.8.37 (1.0.0.0)
Syntax
public HtmlElement GetHtmlElement( int index )
Parameters
- index
- Type: System Int32
The index of the HtmlElement to get.
Return Value
The nth HtmlElement in this Form.Exceptions
| Exception | Condition |
|---|---|
| Facilita.Exception NoSuchValueException |
See Also