InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Framework.Html Namespace / HtmlParser Class / ParseTagStyle Method / ParseTagStyle(Style,Element,String) Method

In This Topic
    ParseTagStyle(Style,Element,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function ParseTagStyle( _
       ByVal baseStyle As Style, _
       ByVal baseElement As Element, _
       ByVal tag As String _
    ) As Style
    public Style ParseTagStyle( 
       Style baseStyle,
       Element baseElement,
       string tag
    )

    Parameters

    baseStyle
    baseElement
    tag
    See Also