Table of Contents

Class FileNameEditor

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

Provides the abstract base class for user interface editors that display a dialog box from which the user can select a file.

public abstract class FileNameEditor : UITypeEditor
Inheritance
FileNameEditor
Derived
Inherited Members

Methods

CreateFileDialog()

When overridden in a derived class, initializes the dialog box from which the user can select a file.

EditValue(ITypeDescriptorContext, IServiceProvider, object)

Edits the specified object's value using the editor style indicated by the GetEditStyle() method.

GetEditStyle(ITypeDescriptorContext)

Gets the editor style used by the EditValue(IServiceProvider, object) method.