RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

TextComboBoxControlSetup..::..GetItem Method

Gets the combo box item of the associated numeric value.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  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


ExceptionCondition
ArgumentExceptionNo Combo Box Item found for numeric value: {numericValue}