Method SelectionSetColor
SelectionSetColor(Color?, Color?)
Sets foreground and background colors of the selection. If no text is selected, style of the insertion point is changed.
public virtual bool SelectionSetColor(Color? textColor, Color? backColor = null)
Parameters
Returns
Remarks
If any of the color parameters is null, it will not be changed.