DesktopComboBox.TextChanged

From Xojo Documentation

Event


DesktopComboBox.TextChanged()

New in 2021r3

Supported for all project types and targets.

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