Click or drag to resize

IImageComboBoxItemCollectionItem Property

Gets or sets an item at the specified position

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 this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the item to return

Return Value

Type: IImageComboBoxItem
Item at the specified position
See Also