This type converter is used to convert a FolderPath object to and from a string so that it can be edited in a PropertyGrid.

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

Syntax

C#
public sealed class FolderPathTypeConverter : ExpandableObjectConverter
Visual Basic
Public NotInheritable Class FolderPathTypeConverter _
	Inherits ExpandableObjectConverter

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..TypeConverter
    System.ComponentModel..::..ExpandableObjectConverter
      SandcastleBuilder.Utils.Design..::..FolderPathTypeConverter

See Also