why many events vanished in vs .net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

take TreeView as an example. I could not find GotFocus and LostFocus events
in Properties Windows of VS .net 2003. But they are there. Why?

Thanks
 
Hi,

That's rather strange as these events should be inherited from the
System.Windows.Forms.Control class.
Are they shown by Intellisense when you type the treeview control variable
name followed by a dot (e.g. "treeview1.")?
 
Back
Top