Dear All,
I am using RichTextBox. I am using FontDialog to change font of the text in RichTextBox. On FontDialog, there is strikeout and underline chekboxes. How can I check whether user has checked these checkboxes or not.
Printable View
Dear All,
I am using RichTextBox. I am using FontDialog to change font of the text in RichTextBox. On FontDialog, there is strikeout and underline chekboxes. How can I check whether user has checked these checkboxes or not.
f.Font.Strikeout and f.Font.Underline, respectively, where f is the variable referencing your FontDialog object.