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.
Thanks in advance for any kind of help.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||||
|
|
I dont think it is possible to hide or change default Windows Font dialog. For that you have create your own custom Control Thanks Amitd |
|||
|
|
|
Yes its not possible to hide underline and strickout option in fontdialog while on otherhand you can solve your problem by not showing such effects on your text by handling it just before style apply on the target text. I hope u will got the point Regards, Atif |
|||
|
|