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.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Drawing.Design..::..UITypeEditor
    SandcastleBuilder.Utils.Design..::..FlagsEnumEditor

See Also