System.Web.UI.HtmlControls Namespace HtmlInputRadioButton Class
Initializes a new instance of an HtmlInputRadioButton class.
[ VB ]
Public Sub New ( )
[ C# ]
public HtmlInputRadioButton ( );
[ C++ ]
public: HtmlInputRadioButton ( );
[ JScript ]
public function HtmlInputRadioButton ( );
Use this constructor to create and initialize a new instance of the HtmlInputRadioButton control.
The below code shows how to create a new instance of an HtmlInputRadioButton class.
HtmlInputRadioButton myControl = new HtmlInputRadioButton ( );
Dim myControl As New HtmlInputRadioButton ( ) |
|
C# |
VB |
HtmlInputRadioButton Members