Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / HighlightSelectionText Method
Specifies the text background color.

In This Topic
    HighlightSelectionText Method
    In This Topic
    Adds the specified backcolor attribute to the currently selected text.
    Syntax
    'Declaration
     
    Public Sub HighlightSelectionText( _
       ByVal color As System.Drawing.Color _
    ) 
    public void HighlightSelectionText( 
       System.Drawing.Color color
    )

    Parameters

    color
    Specifies the text background color.
    See Also