Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Automating UltraComboEditor

    I'm trying to automate the UltraComboEditor control in C#. Assuming cboViews is an instance of UltraComboEditor and Item is the text string to match, the following line successfully changes to the correct selection.

    foreach (String key in new List…