Constructs an instance of HtmlInputCheckBox and populates it with the name and value of 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[];
CheckBox Class | Portrate.Interview.View.Controls Namespace