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