Click or drag to resize

IImageComboBoxItem Interface

Represents a collection of items displayed within the dropdown list

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
public interface IImageComboBoxItem : IComboBoxItem, 
	IDisposable, IEquatable<IProxy>

The IImageComboBoxItem type exposes the following members.

Properties
  NameDescription
Public propertyImageIndex
Gets or sets the image linked to the item.
Public propertyImages
Gets the source of images which provides images for image combo box items.
Public propertyValue
Value
(Inherited from IComboBoxItem.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also