FlagEnumerationEditor Class

Definition

Custom UI type editor for Bitwisable DomainEnumeration editor

public ref class FlagEnumerationEditor sealed : System::Drawing::Design::UITypeEditor
public sealed class FlagEnumerationEditor : System.Drawing.Design.UITypeEditor
type FlagEnumerationEditor = class
    inherit UITypeEditor
Public NotInheritable Class FlagEnumerationEditor
Inherits UITypeEditor
Inheritance
FlagEnumerationEditor

Constructors

FlagEnumerationEditor(IEnumerable<String>, Char)

FlagEnumerationEditor ctor.

Methods

EditValue(ITypeDescriptorContext, IServiceProvider, Object)

Invoked when user clicks the tri-angle button to view the checked list box

GetEditStyle(ITypeDescriptorContext)

return the type of editor

Applies to