csharp Rich Text Box

RichTextBox has many formatting options. It applies colors, background colors, multiple fonts, and margins to the text. It adds more complexity than the regular TextBox. But the RichTextBox provides needed features to programs


       Setting Properties for Rich Text box .


AutoWordSelection

Next, we look at another interesting property on the RichTextBox control. This property is the AutoWordSelection property, and it can be set to True or False. When this property is set to True, the selection when the user drags over some text will automatically expand to contain the word being hovered over. If you are focusing on words rather than characters, this is a useful option.

No comments:

Post a Comment

Sending SMS Via Windows Form Application Using any Android Smart Phone  Source Code  using System ; using System . C...