The Portrate Interview Engine

DPLFormRef.Controls Property

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

Implements

IControlContainer.Controls

See Also

DPLFormRef Class | Portrate.Interview.Model Namespace