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

In This Topic
    LoadView(Stream) Method
    In This Topic
    Loads a Gauge view from a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadView( _
       ByVal stream As System.IO.Stream _
    ) 
    public void LoadView( 
       System.IO.Stream stream
    )

    Parameters

    stream
    See Also