I am using FontDialog control in VB.NET application.
When I set its ShowColor property to true, it shows me Strikeout, Underline and Color option under Effects group. I need only Color from these three.
Is there any way to hide Strikeout and Underline effects, so that only Color option will be visible?
I don’t think it is possible to hide or change default Windows font dialog.
For that you have to create your own custom control.