Overload | Description |
---|---|
RenderInputRadioButton Constructor() | Initializes a new instance of the RenderInputRadioButton class. |
RenderInputRadioButton Constructor(String) | Initializes a new instance of the RenderInputRadioButton class, assigning the RenderInputButtonBase.Text property. |
RenderInputRadioButton Constructor(String,String) | Initializes a new instance of the RenderInputRadioButton class, assigning the RenderObject.Name and RenderInputButtonBase.Text properties. |
RenderInputRadioButton Constructor(String,String,Int32) | Initializes a new instance of the RenderInputRadioButton class, assigning the RenderObject.Name, RenderInputButtonBase.Text and RenderInputRadioButton.GroupIndex properties. |
RenderInputRadioButton Constructor(String,Int32) | Initializes a new instance of the RenderInputRadioButton class, assigning the RenderInputButtonBase.Text and RenderInputRadioButton.GroupIndex properties. |