ComponentOne Ribbon for WinForms
Load(String) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1Ribbon Class > Load Method : Load(String) Method
Name of the file that contains the Ribbon definition.
Loads a Ribbon definition from an XML file.
Syntax
'Declaration
 
Public Overloads Function Load( _
   ByVal fileName As System.String _
) As System.Boolean
public System.bool Load( 
   System.string fileName
)

Parameters

fileName
Name of the file that contains the Ribbon definition.

Return Value

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

Reference

C1Ribbon Class
C1Ribbon Members
Overload List