Click or drag to resize

IImageComboEditor Interface

Image combo editor

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 IImageComboEditor : IEditor<Object>, 
	IEditorBase, IControl, IDisposable, IEquatable<IProxy>

The IImageComboEditor type exposes the following members.

Properties
Methods
  NameDescription
Public methodAddValue(Object)
Add a new item to the combo
Public methodAddValue(Object, String)
Add a new item to the combo
Public methodAddValue(Object, String, Image)
Add a new item to the combo
Public methodClearValues
Clear all values and set null value if nullable
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also