suite4.net.FormDatabase Documentation

IForm.ChildForms Property

Gets an IFormCollection containing all IForm objects derived from this form.

[Visual Basic]
Property ChildForms As IFormCollection
[C#]
IFormCollection ChildForms {get;}

Property Value

An IFormCollection containing the child forms of this IForm.

See Also

IForm Interface | suite4.net.FormDatabase Namespace