2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart.DataEditor Namespace / ChartCoordTypeEditor Class / GetEditStyle Method / GetEditStyle(ITypeDescriptorContext) Method

In This Topic
    GetEditStyle(ITypeDescriptorContext) Method
    In This Topic
    Gets the editor style used by the System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function GetEditStyle( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext _
    ) As System.Drawing.Design.UITypeEditorEditStyle
    public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle( 
       System.ComponentModel.ITypeDescriptorContext context
    )

    Parameters

    context

    Return Value

    A System.Drawing.Design.UITypeEditorEditStyle value that indicates the style of editor used by the System.Drawing.Design.UITypeEditor.EditValue(System.IServiceProvider,System.Object) method. If the System.Drawing.Design.UITypeEditor does not support this method, then System.Drawing.Design.UITypeEditor.GetEditStyle will return System.Drawing.Design.UITypeEditorEditStyle.None.
    See Also