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
DPLConfig Class | Portrate.Interview.Model Namespace