* Control.cs : some fixes, added call to OnControlAdded, update visibility flag...
authorAleksey Ryabchuk <aleksey@mono-cvs.ximian.com>
Wed, 30 Apr 2003 15:12:30 +0000 (15:12 -0000)
committerAleksey Ryabchuk <aleksey@mono-cvs.ximian.com>
Wed, 30 Apr 2003 15:12:30 +0000 (15:12 -0000)
commit242d710a1e316d12758cde47345a9b85f31f8ab5
treece0838e15915f3d95621c2acbe4f4581c2bbead6
parent27720be1576c58448070b35e0d4cef59134fc680
* Control.cs : some fixes, added call to OnControlAdded, update visibility flag in Show and Hide
* GroupBox.cs
* Label.cs
* ButtoBase.cs : use base.CreateParams
* PictureBox.cs : call base.OnResize
* RadioButton.cs : implemented
* TabControl.cs
* TabPage.cs : some fixes

svn path=/trunk/mcs/; revision=14159
mcs/class/System.Windows.Forms/System.Windows.Forms/ButtonBase.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/System.Windows.Forms/System.Windows.Forms/Control.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/GroupBox.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/Label.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/PictureBox.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/RadioButton.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/TabControl.cs
mcs/class/System.Windows.Forms/System.Windows.Forms/TabPage.cs