Click or drag to resize

IImageComboBoxItemCollectionAdd Method

Adds a new item to the current collection

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
int Add(
	IImageComboBoxItem item
)

Parameters

item
Type: EBP.Api.Interfaces.Controls.EditorsIImageComboBoxItem
A new item to insert into the collection

Return Value

Type: Int32
The position into which the new element was inserted
See Also