Todo List
TComponent | --TControl | --TWebControl | --TListControl | --TCheckBoxList | --TRadioButtonList
TRadioButtonList creates a radio box on the page.
TRadioButtonList is similar to TCheckBoxList except it shows a list of radio buttons and the selection is single.
Namespace: System.Web.UI.WebControls
Example (template)
<com:TRadioButtonList RepeatLayout="Flow" RepeatColumns="2" RepeatDirection="Horizontal"> <com:TListItem Text="item1" Value="value1" /> <com:TListItem Text="item2" Value="value2" /> <com:TListItem Text="item3" Value="value3" /> </com:TRadioButtonList>
string getInputType( )
This method should only be used by component developers.