The Portrate Interview Engine

DPLFormRenderersConfig.Create Method 

[Visual Basic]
Public Function Create( _ 
   ByVal parent As Object, _ 
   ByVal configContext As Object, _ 
   ByVal section As XmlNode _ 
) _
    Implements IConfigurationSectionHandler.Create As Object
[C#]
public object Create(
   object parent,
   object configContext,
   XmlNode section
);
[C++]
public: Object* Create(
   Object* parent,
   Object* configContext,
   XmlNode* section
);
[JScript]
public function Create(
   Object parent,
   Object configContext,
   XmlNode section
): Object;

Implements

IConfigurationSectionHandler.Create

See Also

DPLFormRenderersConfig Class | Portrate.Interview.Config Namespace