PowerWEB LiveControls for ASP.NET
LiveRadioButton Class
Members  See Also  Send comments on this topic.
Dart.LiveControls Namespace : LiveRadioButton Class



Represents a radio button control.

Syntax

Visual Basic (Declaration) 
<LicenseProviderAttribute(System.ComponentModel.LicenseProvider)>
Public Class LiveRadioButton 
   Inherits System.Web.UI.WebControls.RadioButton
   Implements ILiveControl 
Visual Basic (Usage)Copy Code
Dim instance As LiveRadioButton
C# 
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public class LiveRadioButton : System.Web.UI.WebControls.RadioButton, ILiveControl  
C++/CLI 
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
public ref class LiveRadioButton : public System.Web.UI.WebControls.RadioButton, ILiveControl  

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.RadioButtonClass.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.CheckBox
            System.Web.UI.WebControls.RadioButton
               Dart.LiveControls.LiveRadioButton

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.