Well..if I got you right...
you have to use SelBold, SelItalic and SelUnderline property of the RichTextBox for both setting and reading.
You could use CheckBox Control with Style=1 to set Bold and so on.
Printable View
Well..if I got you right...
you have to use SelBold, SelItalic and SelUnderline property of the RichTextBox for both setting and reading.
You could use CheckBox Control with Style=1 to set Bold and so on.
I use a button on a toolbar to set them on and off. I want to handle the tristate, thats all. The rest almost works
maybe I didn't got you right ??
If you want it to be a button then use a Checkbox and set it's style to 1 (Graphical).
Did you try toolbar Button.Style=tbrCheck
Set the MixedState of the Toolbar button to True.
Best regards
Thanks Guys
I got it !!
CU