Click or drag to resize

IFolderEditor Interface

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

The IFolderEditor type exposes the following members.

Properties
  NameDescription
Public propertyControl
Gets the control.
(Inherited from IControl.)
Public propertyEditValue
Current value
(Inherited from IEditorT.)
Public propertyItems
Gets the collection of items displayed in the drop-down window
(Inherited from IImageComboEditor.)
Public propertyReadOnly
Read-only
(Inherited from IEditorT.)
Public propertyRootFolder
folderBrowserDialog RootFolder
Public propertySelectedPath
folderBrowserDialog SelectedPath
Public propertyShowNewFolderButton
folderBrowserDialog ShowNewFolderButton
Public propertyUseNativeBrowser
Gets or sets if the System.Windows.Forms.FolderBrowserDialog should be used
Top
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