InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabelBase Class / ApplyStyle Method
The style to apply.

In This Topic
    ApplyStyle Method (C1SuperLabelBase)
    In This Topic
    Recreates HTML element using the specified style and UseMnemonic value, re-parses the text.
    Syntax
    'Declaration
     
    Protected Sub ApplyStyle( _
       ByVal style As Style _
    ) 
    protected void ApplyStyle( 
       Style style
    )

    Parameters

    style
    The style to apply.
    See Also