HtmlElementCollection::Count Property
.NET Framework (current version)
Gets the number of elements in the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Implements
ICollection::CountThe following code example finds a FORM object using its name, and submits its data to the server programmatically. The code example requires that your application hosts a WebBrowser control named webBrowser1.
.NET Framework
Available since 2.0
Available since 2.0
Show: