 | 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)
SyntaxIImageComboBoxItem AddValue(
Object value,
string displayValue
)
Function AddValue (
value As Object,
displayValue As String
) As IImageComboBoxItem
Parameters
- value
- Type: SystemObject
Value of the item - displayValue
- Type: SystemString
Caption of the item
Return Value
Type:
IImageComboBoxItemThe new combo box item
See Also