Click or drag to resize

IImageComboBoxItemCollectionGetItem Method

Returns the item in the current collection that contains the specified value

Namespace:  EBP.Api.Interfaces.Controls.Editors
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IImageComboBoxItem GetItem(
	Object val
)

Parameters

val
Type: SystemObject
A ComboBoxItem value

Return Value

Type: IImageComboBoxItem
The IImageComboBoxItem object within the current collection containing the specified value
See Also