ASP.NET
<obout:Combobox id="cbo1" Width="200" Height="200" runat="server"> <Options> <obout:Option Value="France" Icon="flag_france.png" Tooltip="France">France</obout:Option> <obout:Option Value="USA" Icon="flag_USA.png" Tooltip="USA">USA</obout:Option> </Options> </obout:Combobox>
|
| | |
C#
|
cbo1.AddOption("England", "England", "flag_england.gif", "England");
|
| | |
VB.NET
|
cbo1.AddOption("Germany", "Germany", "flag_germany.jpg", "Germany")
|
| | |
| "Thanks for the great support.
I will buy the whole suite within a couple of days.
You guys are the best!" |
Toine A.G. Bastiaans |
|
| | |
|