Click or drag to resize

IFileDirectoryBaseEditor Interface

IFileDirectoryBaseEditor

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

The IFileDirectoryBaseEditor type exposes the following members.

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