TextComboBoxControlSetup..::..GetItem Method
Gets the combo box item of the associated numeric value.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
public TextComboBoxItem GetItem( int numericValue )
Public Function GetItem ( _ numericValue As Integer _ ) As TextComboBoxItem
public: TextComboBoxItem^ GetItem( int^ numericValue )
Parameters
- numericValue
- Type: Int32
The numeric value.
Return Value
The combo box item of the numeric value.Exceptions
Exception | Condition |
---|---|
ArgumentException | No Combo Box Item found for numeric value: {numericValue} |