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

In This Topic
    GetEditStyle(ITypeDescriptorContext) Method
    In This Topic
    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
    See Also