Removes all controls which were added to the collection using the Add method.
[Visual Basic]
Public Sub Clear()
[C#]
public void Clear();
To remove individual controls from the collection, use the Remove method.
[C#]
private void rptDataDynamics_ReportStart(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptDD_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart |
ControlCollection Class | ControlCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.