Q & A : How to make Special Responses NOT bold

As you will know when you have questions that use “Special Responses” like “None applicable” and “Refused” by default they come up bold. Recently we where asked.

Q: Is it possible to turn the bold off “Globally” for special responses rather than do it at the individual question?

The Answer to this is a simple one “Yes” and it can be achieved by using this very neat bit of code.

IOM.DefaultStyles.Categories[CategoryStyleTypes.csExclusive].Label.font.effects = 0

Leave a Comment