[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StringCollectionItemEditor.GetEditStyle

GetEditStyle Method

GetEditStyle(ITypeDescriptorContext)

Gets the editor style used by the System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method.

Declaration
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Public Overrides Function GetEditStyle(context As ITypeDescriptorContext) As UITypeEditorEditStyle
Parameters
Type Name Description
ITypeDescriptorContext context

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

Returns
Type Description
UITypeEditorEditStyle

A System.Drawing.Design.UITypeEditorEditStyle enumeration value indicating the provided editing style.

Overrides