Method GetEditStyle
GetEditStyle(ITypeDescriptorContext)
Gets the editor style used by the EditValue(IServiceProvider, Object) method.
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Parameters
context
ITypeDescriptorContextAn ITypeDescriptorContext that can be used to gain additional context information.
Returns
- UITypeEditorEditStyle
A UITypeEditorEditStyle value that indicates the style of editor used by the EditValue(IServiceProvider, Object) method. If the UITypeEditor does not support this method, then GetEditStyle() will return None.