* LinkLabel.cs: make sure to call base.Select in our Select method
commitd58afcf0ac85fa1cbe0a4390a0e240de74b15fc6
authorChris Toshok <toshok@novell.com>
Thu, 11 Jan 2007 23:24:31 +0000 (11 23:24 -0000)
committerChris Toshok <toshok@novell.com>
Thu, 11 Jan 2007 23:24:31 +0000 (11 23:24 -0000)
tree74fde29d702d800db15a1e3b828e16260679cb28
parentca0b25da4776c800d78496d01a220e168644ae2b
* LinkLabel.cs: make sure to call base.Select in our Select method
if it turns out we're going to be selected (i.e. if we have a link
that is going to receive focus).  That way our container's
ActiveControl is updated properly.

2007-01-11  Chris Toshok  <toshok@ximian.com>

svn path=/trunk/mcs/; revision=70891
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LinkLabel.cs