The color of the currently selected text in the RichTextBox control. Returns null if the selection has more than one color.
[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); [JScript] public function get SelectionColor() : Color; public function set SelectionColor(Color);
RichTextBox Class | RichTextBox Members | System.WinForms Namespace