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

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

    Parameters

    fileName
    The file from which the preview CSS is loaded.
    Remarks
    Base URL is inferred from the file location.
    See Also