Sometimes we need to force the combo to DropUp. We have created a DropUp using SendKeys.Send("{F4}"), but it is not a good way for our case. If there is not such a method, how can we achieve this other than SendKeys?
Assuming you are referring to the UltraDateTimeEditor control, you can use the CloseUp method.