ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / ThemeImages Class / LoadCustomImages Method

In This Topic
    LoadCustomImages Method
    In This Topic
    Loads the custom theme images from a binary stream for the specified Office2007 VisualStyle.
    Syntax
    'Declaration
     
    Public Shared Sub LoadCustomImages( _
       ByVal stream As System.IO.Stream, _
       ByVal visualStyle As VisualStyle _
    ) 
    public static void LoadCustomImages( 
       System.IO.Stream stream,
       VisualStyle visualStyle
    )

    Parameters

    stream
    visualStyle
    See Also