The Portrate Interview Engine

AbstractControl.MakeWebControls Method 

Returns a UI control for this control.

[Visual Basic]
MustOverride Public Function MakeWebControls( _ 
   ByVal ctx As DataContext _ 
) _
    Implements IDPLControl.MakeWebControls As Control()
[C#]
public abstract Control[] MakeWebControls(
   DataContext ctx
);
[C++]
public: abstract Control* MakeWebControls(
   DataContext* ctx
)  __gc[];
[JScript]
public abstract function MakeWebControls(
   DataContext ctx
): Control[];

Return Value

Implements

IDPLControl.MakeWebControls

See Also

AbstractControl Class | Portrate.Interview.View.Controls Namespace