Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1Gauge Class / Load Method / Load(String) Method

In This Topic
    Load(String) Method
    In This Topic
    Loads the contents of C1Gauge from an XML file.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal fileName As System.String _
    ) 
    public void Load( 
       System.string fileName
    )

    Parameters

    fileName
    See Also