The Portrate Interview Engine

IDPLControl.MakeWebControls Method 

Returns a UI control for this control.

[Visual Basic]
Function MakeWebControls( _ 
   ByVal ctx As DataContext _ 
) As Control()
[C#]
Control[] MakeWebControls(
   DataContext ctx
);
[C++]
Control* MakeWebControls(
   DataContext* ctx
)  __gc[];
[JScript]
function MakeWebControls(
   DataContext ctx
): Control[];

Return Value

See Also

IDPLControl Interface | Portrate.Interview.Model Namespace