C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RenderInputRadioButton Class / RenderInputRadioButton Constructor / RenderInputRadioButton Constructor(String,String,Int32)
A string to assign to the RenderObject.Name property.
A string to assign to the RenderInputButtonBase.Text property.
A value to assign to the RenderInputRadioButton.GroupIndex property.

In This Topic
RenderInputRadioButton Constructor(String,String,Int32)
In This Topic
Initializes a new instance of the RenderInputRadioButton class, assigning the RenderObject.Name, RenderInputButtonBase.Text and RenderInputRadioButton.GroupIndex properties.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal text As String, _
   ByVal groupIndex As Integer _
)
 

Parameters

name
A string to assign to the RenderObject.Name property.
text
A string to assign to the RenderInputButtonBase.Text property.
groupIndex
A value to assign to the RenderInputRadioButton.GroupIndex property.
See Also