 | 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)
SyntaxIImageComboBoxItem GetItem(
Object val
)
Function GetItem (
val As Object
) As IImageComboBoxItem
Parameters
- val
- Type: SystemObject
A ComboBoxItem value
Return Value
Type:
IImageComboBoxItemThe IImageComboBoxItem object within the current collection containing the specified value
See Also