Form ElementCount Property C# API
Gets the number of HtmlElement objects in this Form.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public int ElementCount { get; }

Field Value

The number of HtmlElement objects in this Form.
See Also