J
Jerry
Hi Eric,
thnks for the help on your site. It's great. In your example you turned the
node grey and checked the color.
If e.Node.BackColor.ToArgb = Color.Gray.ToArgb Then
e.Cancel = True
Microsoft.VisualBasic.Beep()
Return
End If
I turned the font to italic and tried
if e.Node.NodeFont.Italic = True Then
e.Cancel = True
Return
End If
I keep getting "Object reference not set to an instance of an object.".
Could you or someone give me the right code?
Thanks,
Jerry
thnks for the help on your site. It's great. In your example you turned the
node grey and checked the color.
If e.Node.BackColor.ToArgb = Color.Gray.ToArgb Then
e.Cancel = True
Microsoft.VisualBasic.Beep()
Return
End If
I turned the font to italic and tried
if e.Node.NodeFont.Italic = True Then
e.Cancel = True
Return
End If
I keep getting "Object reference not set to an instance of an object.".
Could you or someone give me the right code?
Thanks,
Jerry