Class HtmlRadioCheckboxControl
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlRadioCheckboxControl : HtmlInputControlConstructors
HtmlRadioCheckboxControl()
Declaration
public HtmlRadioCheckboxControl()HtmlRadioCheckboxControl(Element)
Properties
Checked
Declaration
public bool Checked { get; set; }Property Value
| System.Boolean 
 | 
Methods
Check(Boolean)
Declaration
public void Check(bool isChecked)Parameters
| System.Boolean
        isChecked 
 |