Calendar for WinForms | ComponentOne
C1.Win.Calendar.Design Namespace / CalendarEditor 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 ITypeDescriptorContext _
    ) As UITypeEditorEditStyle
    public override UITypeEditorEditStyle GetEditStyle( 
       ITypeDescriptorContext context
    )

    Parameters

    context
    See Also