Method | Description | |
---|---|---|
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object |
Edits the given value.
|
|
FlagEnumUITypeEditor ( ) : System |
The default constructor.
|
|
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle |
Gets the style of the editor.
|
public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object | ||
context | ITypeDescriptorContext | The context that provides information about the editing. |
provider | IServiceProvider | The provider to use to get required services. |
value | object | The value to edit. |
return | object |
public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle | ||
context | ITypeDescriptorContext | The context that provides information about the editing. |
return | UITypeEditorEditStyle |