Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Command.TypeConverter Class / C1Command.TypeConverter Constructor

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

    Parameters

    type
    See Also