Click or drag to resize

IImageComboEditorAddValue Method (Object, String)

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
)

Parameters

value
Type: SystemObject
Value of the item
displayValue
Type: SystemString
Caption of the item

Return Value

Type: IImageComboBoxItem
The new combo box item
See Also