Suppose if my form has button and label and Button1 has Text Property’s Text is “Hello” Than If I wants to make some character of “Hello” text in Bold,Underline and size increment than How to do it as below?.
Example of Button1 string/text
Actually Here i unable to demonstrate well but trying to explain in words that the above "Hello" words available on Put some Efforts on Columns. If I wants "E" Bold and underline or "L" on Bold or increment in size out from "Hello" words than how to do it?.
I have to perform this task on both button and label.
This is for winform application.
Example of Button1 string/text
Code:
Normal Put some Efforts on ---------------------------------------------------- Hello H[B][U]E[/U][/B]llo Or He[B]L[/B]lo
I have to perform this task on both button and label.
This is for winform application.
Comment