ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework.Html Namespace / HtmlParser Class / ParseTagInlineStyle Method

In This Topic
    ParseTagInlineStyle Method (HtmlParser)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ParseTagInlineStyle( _
       ByVal baseStyle As Style, _
       ByVal baseElement As Element, _
       ByVal inlineAtts() As System.String _
    ) As Style
    public Style ParseTagInlineStyle( 
       Style baseStyle,
       Element baseElement,
       System.string[] inlineAtts
    )

    Parameters

    baseStyle
    baseElement
    inlineAtts
    See Also