[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.FlagEnumUiEditor.GetEditStyle

GetEditStyle Method

GetEditStyle(ITypeDescriptorContext)

Gets the editor style used by the EditValue(IServiceProvider, object) method.

Declaration
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that can be used to gain additional context information.

Returns
Type Description
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.

Overrides