Kimono.KHTMLPart.SetUserStyleSheet C# (CSharp) Method

SetUserStyleSheet() public method

Sets a user defined style sheet to be used on top of the HTML 4 default style sheet. This gives a wide range of possibilities to change the layout of the page. To have an effect this function has to be called after calling begin().
public SetUserStyleSheet ( Kimono.KUrl url ) : void
url Kimono.KUrl
return void
        public void SetUserStyleSheet(KUrl url)
        {
            interceptor.Invoke("setUserStyleSheet#", "setUserStyleSheet(const KUrl&)", typeof(void), typeof(KUrl), url);
        }

Same methods

KHTMLPart::SetUserStyleSheet ( string styleSheet ) : void
KHTMLPart