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 As Style _
)
protected void ApplyStyle(
Style
)
Parameters
- style
- The style to apply.
See Also