NUnitForms Class Library

ControlCollection.Count Property

Returns the number of Controls in this ControlCollection.

[Visual Basic]
Public ReadOnly Property Count As Integer
[C#]
public int Count {get;}

Property Value

How many controls are in the collection.

Remarks

Delegates to the Count property of the underlying collection.

See Also

ControlCollection Class | NUnit.Extensions.Forms Namespace