SelectEntityInComboBox Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SelectEntityInComboBox() method selects the specified entity in the supplied combo box. For this overload of the method, if an empty entry has been added to the combo box, it can be selected by setting the entity ID to -1.
| Overload | Description |
|---|---|
| SelectEntityInComboBox(ComboBox,Int32) | The SelectEntityInComboBox() method selects the specified entity in the supplied combo box. For this overload of the method, if an empty entry has been added to the combo box, it can be selected by setting the entity ID to -1. |
| SelectEntityInComboBox(ComboBox,Nullable<Int32>) | The SelectEntityInComboBox() method selects the specified entity in the supplied combo box. For this overload of the method, if an empty entry has been added to the combo box, it can be selected by setting the entity ID to null. |