Click or drag to resize
Sandcastle Help File BuilderSandcastleBuilder.Utils.Design Namespace
This namespace contains various designer classes.
Classes
  ClassDescription
Public classApiFilterEditorDlg
This form is used to edit the API filter collection
Public classBuildActionEnumConverter
This is used to limit which values are available to properties using BuildAction as their underlying type.
Public classContentFileEditor
This class represents an external application that is used to edit an additional content file.
Public classContentFileEditorCollection
This collection class is used to hold the additional content file editor definitions.
Public classDynamicReadOnlyPropertyDescriptor
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.
Public classEscapeValueAttribute
This is used to mark a property that needs its value escaped when stored in an MSBuild project file.
Public classFileDialogAttribute
This attribute is used to associate file dialog parameters with a class property for use in editing it in a property grid.
Public classFilePathObjectEditor
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.
Public classFilePathStringEditor
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.
Public classFilePathTypeConverter
This type converter is used to convert a FilePath object to and from a string so that it can be edited in a PropertyGrid.
Public classFlagsEnumEditor
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.
Public classFolderDialogAttribute
This attribute is used to associate folder dialog parameters with a class property for use in editing it in a property grid.
Public classFolderPathObjectEditor
This is a type editor that can display a folder browser dialog to allow selection of a folder path at design time.
Public classFolderPathStringEditor
This is a type editor that can display a folder browser dialog to allow selection of a folder path at design time.
Public classFolderPathTypeConverter
This type converter is used to convert a FolderPath object to and from a string so that it can be edited in a PropertyGrid.
Public classLanguageResourceConverter
This type converter allows you to select a culture from a list representing a set of available language resource folders.
Public classNamespaceSummaryItemEditorDlg
This form is used to edit namespace summaries and to indicate which namespaces should appear in the help file.
Public classVersionTypeConverter
This type converter converts between a string and a Version object and vice versa.
Enumerations
  EnumerationDescription
Public enumerationFileDialogType
The type of file dialog to display