Hi,
I would like to if there is any means to dropdown a ComboBoxTool programmatically.
With the UltraCombo control, this can be done by calling the PerformAction method with the UltraComboAction.Dropdown parameter ; but, unfortunatelly, there isn't any PerformAction method on the comboBoxTool.
Thanks in advance.
Rico
It looks like there is no public method defined on the tool which will do this, but you can still drop down the tool by going through the accessibility object:
To use code like this, you will need to add a reference to the Accessibility assembly if your project does not already reference it.
H,
This actually doesn't work for me, it seems to "do nothing". Is there any way to access the combo box through the Control property? For me this is NULL but would seem to be a more direct path to the infragistics control...