Is there a way to tell if an UltraCombo is in the dropped down state?
Thanks
Dan-
Your answer is above but if you wanted to check if its dropped down and close it you could do the following:
if
(this.combo.IsDroppedDown){ this.combo.PerformAction(Infragistics.Win.UltraWinGrid.UltraComboAction.CloseDropdown);}
-Ian
combo.IsDroppedDown