This is a type editor that can display a folder browser dialog to allow selection of a folder path at design time.

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

Syntax

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

Remarks

This can be used in conjunction with the FolderDialogAttribute to specify the folder browser dialog's properties.

Inheritance Hierarchy

System..::..Object
  System.Drawing.Design..::..UITypeEditor
    SandcastleBuilder.Utils.Design..::..FolderPathStringEditor
      SandcastleBuilder.Utils.Design..::..FolderPathObjectEditor

See Also