Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1TextRange Class / ApplyClass Method / ApplyClass(String) Method
The name of a CSS class to apply to the current text range.

In This Topic
    ApplyClass(String) Method
    In This Topic
    Applies specified CSS class to the text range.
    Syntax
    'Declaration
     
    Public Overloads Sub ApplyClass( _
       ByVal className As System.String _
    ) 
    public void ApplyClass( 
       System.string className
    )

    Parameters

    className
    The name of a CSS class to apply to the current text range.
    See Also