Wimark.Controls Class Library  

RichTextBox.SelectionColor Property

Gets or sets the text color of the current text selection or insertion point.

[Visual Basic]
Public Property SelectionColor As Color 
[C#]
public Color SelectionColor {get; set;}
[C++]
public: __property Color get_SelectionColor();
public: __property void set_SelectionColor(Color);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace