Gets a collection of all controls contained in the section.
[Visual Basic]
Public ReadOnly Property Controls As ControlCollection
[C#]
public ControlCollection Controls {get;}
A ControlCollection object representing all controls contained within the section.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
Section Class | Section Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.