Hello.
I have next code:
myCheckBox = document.createElement("select");
// some initialize code
Now I want in run time open dropdown list. How can I do this?
maybe some like this
myCheckBox.dropdown = true, or some else...
Thanks.
If you ask me, i think that this can not be done in c#.
But can you do it in Javascript, that i don't know.
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.
Would you like to participate?