Discussion:
ComboBox dropdown
(too old to reply)
Sudesh
2008-07-31 11:37:32 UTC
Permalink
hello:
how can i make combobox's dropdown list open from click of another control
e.g. from a buttonclick?
thanks,
sudesh
Remy Lebeau (TeamB)
2008-07-31 16:52:15 UTC
Permalink
Post by Sudesh
how can i make combobox's dropdown list open from click
of another control e.g. from a buttonclick?
Set the ComboBox's DroppedDown property to true.


Gambit
Sudesh
2008-08-01 01:45:29 UTC
Permalink
Oh.. didn't think it was so simple!
Thanks Remy.
Post by Remy Lebeau (TeamB)
Set the ComboBox's DroppedDown property to true.
Gambit
Loading...