/// <summary> /// Sets the font color for the word in the selected point /// </summary> /// <param name="color">Color to apply</param> /// <returns>Returns true on success, false on failure</returns> public static bool WordFontColor(this RichTextBox richTextBox, Color color) { return(RichTextBoxHelper.WordFontColor(richTextBox, color)); }