or
CommandBarDropDownList c = new CommandBarDropDownList(); c.Items.Add("a"); c.Items.Add("b"); c.Items.Add("c"); c.SelectedItem = c.FindItem("b");
Normally a RadButton has 1 text field.
I need a RadButton with 3 different text-fields and 3 different colors and 3 differents fonts and an image.
Thank you very much.
-------------------------------
- text1 -
- -
- text2 -
- -
- text3 -
-------------------------------

