ComponentOne Ribbon for WinForms
Load(Stream) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1Ribbon Class > Load Method : Load(Stream) Method
System.IO.Stream that contains the Ribbon definition.
Loads a Ribbon 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 Ribbon definition.

Return Value

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

Reference

C1Ribbon Class
C1Ribbon Members
Overload List