HtmlElementCollection::Count Property

 

Gets the number of elements in the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

An Int32 representing the number of elements in the collection.

The 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: