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

In This Topic
    HighlightSelectionTextAsync Method
    In This Topic
    Adds the specified backcolor attribute to the currently selected text asynchronously.
    Syntax
    'Declaration
     
    Public Function HighlightSelectionTextAsync( _
       ByVal color As System.Drawing.Color _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task HighlightSelectionTextAsync( 
       System.Drawing.Color color
    )

    Parameters

    color
    Specifies the text background color.
    See Also