 | 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)
SyntaxIImageComboBoxItem this[
int index
] { get; set; }
Default Property Item (
index As Integer
) As IImageComboBoxItem
Get
Set
Parameters
- index
- Type: SystemInt32
The zero-based index of the item to return
Return Value
Type:
IImageComboBoxItemItem at the specified position
See Also