Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / SelectionForeColor Method
Specifies the foreground color.

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

    Parameters

    color
    Specifies the foreground color.
    See Also