The Portrate Interview Engine

RawHtmlControl.MakeWebControls Method 

Returns an empty/null array of controls.

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

Parameters

ctx

Return Value

Implements

IDPLControl.MakeWebControls

See Also

RawHtmlControl Class | Portrate.Interview.View.Controls Namespace