You can do this through the Font (FontStyle) used.
Example:
Font f = new Font("Arial", 8F, FontStyle.Strikeout | FontStyle.Bold);

Signature
HTH,
Kevin Spencer
Microsoft MVP
Chicken Salad Surgery
Orange you bland I stopped splaying bananas?
>I have a situation where there is stuff in the database that I want to
>display but make sure the user know's it's been disabled. Ideally I'd like
[quoted text clipped - 3 lines]
>
> TIA - Jeff.