RenderInputRadioButton Constructor(String,String,Int32)
 
            
                In This Topic
            
            Initializes a new instance of the 
RenderInputRadioButton class, assigning the 
Name, 
RenderInputButtonBase.Text and 
GroupIndex properties.
 
            
            
            Syntax
            
        
            Parameters
- name
 
- A string to assign to the Name property.
 - text
 
- A string to assign to the RenderInputButtonBase.Text property.
 - groupIndex
 
- A value to assign to the GroupIndex property.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also