GetEntityFromComboBoxEntry Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetEntityFromComboBoxEntry() method retrieves the entity ID and entity name for the entity selected in the combo box. For this overload of the method, if no entity is selected, it returns a -1 for the entity ID.
| Overload | Description |
|---|---|
| GetEntityFromComboBoxEntry(Object,Int32,String) | The GetEntityFromComboBoxEntry() method retrieves the entity ID and entity name for the entity selected in the combo box. For this overload of the method, if no entity is selected, it returns a -1 for the entity ID. |
| GetEntityFromComboBoxEntry(Object,Nullable<Int32>,String) | The GetEntityFromComboBoxEntry() method retrieves the entity ID and entity name for the entity selected in the combo box. For this overload of the method, if no entity is selected, it returns a null for the entity ID. |