[Visual Basic] Public Function Render( _ ByVal formRef As DPLFormRef, _ ByVal ctx As DataContext, _ ByVal errors As Hashtable _ ) _ Implements IDPLFormRenderer.Render As Control [C#] public Control Render( DPLFormRef formRef, DataContext ctx, Hashtable errors ); [C++] public: Control* Render( DPLFormRef* formRef, DataContext* ctx, Hashtable* errors ); [JScript] public function Render( DPLFormRef formRef, DataContext ctx, Hashtable errors ): Control;
MultiRowFormRenderer Class | Portrate.Interview.View.Renderers Namespace