The Portrate Interview Engine

DPLConfig.ControlDefs Property

Gets the control definitions known to the configuration. These are well-known control definitions and not custom controls, which are defined directly in the form defintions.

[Visual Basic]
Public Property ReadOnly ControlDefs As Hashtable
[C#]
public Hashtable ControlDefs { get; }
[C++]
public: __property Hashtable* get_ControlDefs();
[JScript]
public function get ControlDefs() : Hashtable

See Also

DPLConfig Class | Portrate.Interview.Model Namespace