Initializes a new instance of the 
RenderInputRadioButton class, assigning the 
RenderObject.Name and 
RenderInputButtonBase.Text properties.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.String, _
   ByVal  As System.String _
)
             
        
            
            '使用法
 
Dim name As System.String
Dim text As System.String
 
Dim instance As New RenderInputRadioButton(name, text)
             
        
            
            public RenderInputRadioButton( 
   System.string ,
   System.string 
)
             
        
             
        
            パラメータ
- name
 
- A string to assign to the RenderObject.Name property.
 - text
 
- A string to assign to the RenderInputButtonBase.Text property.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照