Treenode - line through it

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

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
to draw a line through the item.

Is there a way to do this?

TIA - Jeff.
 
You can do this through the Font (FontStyle) used.

Example:

Font f = new Font("Arial", 8F, FontStyle.Strikeout | FontStyle.Bold);

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

Orange you bland I stopped splaying bananas?
 
Back
Top