Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStripTypeConverter Class / SpreadChartContextMenuStripTypeConverter Constructor
A System.Type that represents the type to associate with this component converter.


In This Topic
    SpreadChartContextMenuStripTypeConverter Constructor
    In This Topic
    Initializes a new instance of the SpreadChartContextMenuStripTypeConverter class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As Type _
    )
    'Usage
     
    
    Dim type As Type
     
    Dim instance As New SpreadChartContextMenuStripTypeConverter(type)
    public SpreadChartContextMenuStripTypeConverter( 
       Type type
    )

    Parameters

    type
    A System.Type that represents the type to associate with this component converter.
    See Also