I have been looking but I haven't found yet where I can change the font format (color, style, size, etc) of a font from selected text within the radrichtextbox. I wish to do this programmatically in vb.net. I know this is pretty straightforward, but can someone point me in the right direction?
If the user has the text "this is only a test" in the richtextbox, and wishes to highlight the word "only" with their mouse and change the color and font family/size to Arial 14pt, blue color by clicking button, how can I do this directly in code for the button click event?
Don't want to use any ribbon controls or font dialogs at this time, just trying to understand which classes/methods involved.
Thanks
If the user has the text "this is only a test" in the richtextbox, and wishes to highlight the word "only" with their mouse and change the color and font family/size to Arial 14pt, blue color by clicking button, how can I do this directly in code for the button click event?
Don't want to use any ribbon controls or font dialogs at this time, just trying to understand which classes/methods involved.
Thanks