This is a type editor that can display a file dialog to allow selection of a file path at design time for a FilePath object.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
public class FilePathObjectEditor : FilePathStringEditor
Visual Basic
Public Class FilePathObjectEditor _
	Inherits FilePathStringEditor

Remarks

It is used in conjunction with the FileDialogAttribute to specify the file dialog title, filter, and type

Inheritance Hierarchy

System..::..Object
  System.Drawing.Design..::..UITypeEditor
    SandcastleBuilder.Utils.Design..::..FilePathStringEditor
      SandcastleBuilder.Utils.Design..::..FilePathObjectEditor

See Also