Visual Basic (Declaration) | |
---|---|
Public Class ControlCollection Inherits System.Collections.CollectionBase |
C# | |
---|---|
public class ControlCollection : System.Collections.CollectionBase |
The Add and Remove methods enable you to add or remove controls from the collection. You can also use the AddRange or Clear methods to add or remove all controls from the collection.
System.Object
GrapeCity.ActiveReports.SectionReportModel.ControlCollection