asp.net.ph

HtmlInputRadioButton Constructor

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 ( );

Remarks

Use this constructor to create and initialize a new instance of the HtmlInputRadioButton control.

Example

The below code shows how to create a new instance of an HtmlInputRadioButton class.

HtmlInputRadioButton myControl = new HtmlInputRadioButton ( );
  C# VB

See Also

HtmlInputRadioButton Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph