The Portrate Interview Engine

IControlContainer.Controls Property

Gets the controls for this form.

[Visual Basic]
Property ReadOnly Controls As ICollection
[C#]
ICollection Controls { get; }
[C++]
__property ICollection* get_Controls();
[JScript]
function get Controls() : ICollection

See Also

IControlContainer Interface | Portrate.Interview.Model Namespace