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

In This Topic
    LoadView(String) Method
    In This Topic
    Loads a Gauge view from an XML file.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadView( _
       ByVal fileName As System.String _
    ) 
    public void LoadView( 
       System.string fileName
    )

    Parameters

    fileName
    See Also