ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ProgressBar Namespace / C1ProgressBarSerializer Class / C1ProgressBarSerializer Constructor
object to serialize

In This Topic
    C1ProgressBarSerializer Constructor
    In This Topic
    Initializes a new instance of the C1ProgressBarSerializer class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal obj As System.Object _
    )
    public C1ProgressBarSerializer( 
       System.object obj
    )

    Parameters

    obj
    object to serialize
    See Also