Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / StringCollectionItemEditor Class / StringCollectionItemEditor Constructor
The type of the collection for this editor to edit.


In This Topic
    StringCollectionItemEditor Constructor
    In This Topic
    Creates a new StringCollection editor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As Type _
    )
    'Usage
     
    
    Dim type As Type
     
    Dim instance As New StringCollectionItemEditor(type)
    public StringCollectionItemEditor( 
       Type type
    )

    Parameters

    type
    The type of the collection for this editor to edit.
    See Also