Selecciona el ComboBox en tu formulario mediante un click.
Select the ListBox on your form with one click.
Para mostrar la lista de un control ComboBox, siga estos pasos
To display the list of a ComboBox control, follow these steps
El texto del widget de un ComboBox es el texto del elemento seleccionado.
The widget text for a ComboBox is the text of the selected item.
ComboBox, desea agregar el nuevo valor a la lista.
Un ComboBox tiene un estado, el predefinido.
ComboBox has one state, default.
Fija cómo el ComboBox cambia de tamaño cuando se tiene varias líneas de texto, es cerrado y autosized.
Fixed how the ComboBox resizes when it has multiple lines of text, it's closed and autosized.
Anteriormente, la clase podía utilizarse en campos de tipo ComboBox pero que no estaban contenidos en una tabla.
Previously, the class could be used in ComboBox fields that were not in a grid.
Si la respectiva función es hallada, se usará para construir el ComboBox
If the respective function is found, it will be used to make a ComboBox
En el control ComboBox, escriba un valor que no está ya en la lista.
In the ComboBox control, type a value that is not already in the list.
Como se puede ver en el código, el ComboBox, en su forma simple es muy fácil de usar.
As you can see from the code, the ComboBox, in its simple form, is very easy to use.
En general, es ventajoso permitir al ComboBox mostrar el tema que ha escogido el usuario en sus configuraciones.
In general, it is advantageous to let the ComboBox show in the theme the user has chosen in his settings.
Este ComboBox será cargado automáticamente con todas las instancias de la entidad contra la cual se relacionó el atributo.
This ComboBox will be automatically loaded with all the instances of the entities against the one that the attribute was related.
Los siguientes son algunos de los eventos de uso común del control ComboBox
The following are some of the commonly used events of the ListBox control