Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / StringCollectionCollectionEditor Class / GetEditStyle Method / GetEditStyle(ITypeDescriptorContext) Method


In This Topic
    GetEditStyle(ITypeDescriptorContext) Method
    In This Topic
    Get UITypeEditor to edit the StringCollectionCollection type.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetEditStyle( _
       ByVal context As ITypeDescriptorContext _
    ) As UITypeEditorEditStyle
    'Usage
     
    
    Dim instance As StringCollectionCollectionEditor
    Dim context As ITypeDescriptorContext
    Dim value As UITypeEditorEditStyle
     
    value = instance.GetEditStyle(context)
    public override UITypeEditorEditStyle GetEditStyle( 
       ITypeDescriptorContext context
    )

    Parameters

    context
    See Also