The Portrate Interview Engine

BinaryRadioGroup.MakeWebControls Method 

Returns an array of two HtmlInputRadioButton controls that are configured with the attributes of this control. No additional attributes are supported by this control.

[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
The current data context.

Return Value

Implements

IDPLControl.MakeWebControls

See Also

BinaryRadioGroup Class | Portrate.Interview.View.Controls Namespace