Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / LoadDesignCSS Method / LoadDesignCSS(String) Method
The file from which the design CSS is loaded.

In This Topic
    LoadDesignCSS(String) Method
    In This Topic
    Loads a design CSS from a given file. The base URL is inferred from the file location.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadDesignCSS( _
       ByVal fileName As System.String _
    ) 
    public void LoadDesignCSS( 
       System.string fileName
    )

    Parameters

    fileName
    The file from which the design CSS is loaded.
    See Also