FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / C1StatusBar Class / Load Method / Load(Stream) Method
System.IO.Stream that contains the status bar definition.

In This Topic
    Load(Stream) Method
    In This Topic
    Loads a status bar definition from a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Overloads Function Load( _
       ByVal stream As System.IO.Stream _
    ) As System.Boolean
    public System.bool Load( 
       System.IO.Stream stream
    )

    Parameters

    stream
    System.IO.Stream that contains the status bar definition.

    Return Value

    False if the stream is not in the expected format.
    See Also