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

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

Syntax

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

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