Gets or sets the text color of the current text selection.
[Visual Basic]
Public Property SelectionColor As Color
[C#]
public Color SelectionColor {get; set;}
A System.Drawing.Color value that represents the color to apply to the current text selection.
If the current text selection has more than one color specified, this property returns Color.Empty.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
RichTextBox Class | RichTextBox Members | SelectionBackColor
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.