Click or drag to resize

IImageComboEditor.AddValue Method (Object, String, Image)

Add a new item to the combo

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 AddValue(
	Object value,
	string displayValue,
	Image image
)

Parameters

value
Type: System.Object
Value of the item
displayValue
Type: System.String
Caption of the item
image
Type: System.Drawing.Image
Icon of the item

Return Value

Type: IImageComboBoxItem
The new combo box item
See Also