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