DesktopComboBox.TextChanged
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Event
The text in the ComboBox has changed.
Sample Code
The following line in the TextChanged event handler displays either the currently selected menu item or the text typed into the ComboBox.
Label1.Text = Me.Text