 | 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)
SyntaxIImageComboBoxItem AddValue(
Object value,
string displayValue,
Image image
)
Function AddValue (
value As Object,
displayValue As String,
image As Image
) As IImageComboBoxItem
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:
IImageComboBoxItemThe new combo box item
See Also