FlagEnumerationEditor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |