I am using old good RichEdit control with last version of VB.NET
I want to set font attributes for text which will be typed from now and then. So, RichEdit.Font and RichEdit.SelectedFont are not an options.
What should be the correct approach?
Thank you in advance.
It is in fact SelectionFont. Some sample code, try it with a button and an RTB dropped on a form:
Type something, click the button, note how everything you type now is bold.