richtextbox advanced editing
问题 I am wanting to use advanced editing features with a RichTextBox i am using. For example, bold, italic, underline, font color.... I was wondering how i would get a toolbar that would show up at the top of the RichTextBox with those features? And i was wondering if there was anything that offered this functionality built in, or am i going to have to create all of it myself? I was thinking that the richtextbox would come with that toolbar by default, but it doesnt seem too. 回答1: I actually