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[];
BinaryRadioGroup Class | Portrate.Interview.View.Controls Namespace