Creating your own ComboBox Subclass with Sorted Menu Items

Originally published at: Creating your own ComboBox Subclass with Sorted Menu Items – Xojo Programming Blog

The Xojo ComboBox desktop control is a powerful one. It combines the capabilities of a TextField with the PopupMenu. That means that you can choose from the available options in the associated menu or you can type another value in the ComboBox text field. What about getting the ComboBox to do things not included in the class?

1 Like