|  | SandcastleBuilder.Utils.Design Namespace | 
 Classes
Classes| Class | Description | |
|---|---|---|
|  | ApiFilterEditorDlg | 
            This form is used to edit the API filter collection
             | 
|  | BuildActionEnumConverter | 
            This is used to limit which values are available to properties using
            BuildAction as their underlying type.
             | 
|  | ContentFileEditor | 
            This class represents an external application that is used to edit
            an additional content file.
             | 
|  | ContentFileEditorCollection | 
            This collection class is used to hold the additional content file
            editor definitions.
             | 
|  | DynamicReadOnlyPropertyDescriptor | 
            This property descriptor can be used to alter the read-only state of a
            property in a property grid at runtime based on other conditions.
             | 
|  | EscapeValueAttribute | 
            This is used to mark a property that needs its value escaped when
            stored in an MSBuild project file.
             | 
|  | FileDialogAttribute | 
            This attribute is used to associate file dialog parameters with a
            class property for use in editing it in a property grid.
             | 
|  | FilePathObjectEditor | 
            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.
             | 
|  | FilePathStringEditor | 
            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.
             | 
|  | FilePathTypeConverter | 
            This type converter is used to convert a FilePath object to and from
            a string so that it can be edited in a
            PropertyGrid.
             | 
|  | FlagsEnumEditor | 
            This is a type editor that displays a checked list box as the drop-down
            editor for an enumerated data type that represents a set of flags.
            This makes it easy to select multiple values with the drop-down.
             | 
|  | FolderDialogAttribute | 
            This attribute is used to associate folder dialog parameters with a
            class property for use in editing it in a property grid.
             | 
|  | FolderPathObjectEditor | 
            This is a type editor that can display a folder browser dialog to allow selection of a folder path at
            design time.
             | 
|  | FolderPathStringEditor | 
            This is a type editor that can display a folder browser dialog to
            allow selection of a folder path at design time.
             | 
|  | FolderPathTypeConverter | 
            This type converter is used to convert a FolderPath object to and from
            a string so that it can be edited in a
            PropertyGrid.
             | 
|  | LanguageResourceConverter | 
            This type converter allows you to select a culture from a list representing a set of available language
            resource folders.
             | 
|  | NamespaceSummaryItemEditorDlg | 
            This form is used to edit namespace summaries and to indicate which namespaces should appear in the help
            file.
             | 
|  | VersionTypeConverter | 
            This type converter converts between a string and a
            Version object and vice versa.
             | 
 Enumerations
Enumerations| Enumeration | Description | |
|---|---|---|
|  | FileDialogType | 
            The type of file dialog to display
             |