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.

Re: Treenode - line through it by Kevin

Kevin
Mon Aug 14 16:01:22 CDT 2006

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?


"UJ" <fred@nowhere.com> wrote in message
news:u$S6nz9vGHA.4140@TK2MSFTNGP06.phx.gbl...
>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.
>
>