* ListView.cs: the BackgroundImage override is just to set
commit918d2d6ba94431987bb5783da938da494cb61791
authortoshok <toshok@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Thu, 7 Dec 2006 01:28:17 +0000 (7 01:28 +0000)
committertoshok <toshok@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Thu, 7 Dec 2006 01:28:17 +0000 (7 01:28 +0000)
treef53829900ee59136faff895e3278849d8ffcab80
parent1d8264d5c1f4d5304c14c5da8dd922e2608790db
* ListView.cs: the BackgroundImage override is just to set
attributes.  chain up to base.BackgroundImage.

* RichTextBox.cs: same.

* ToolBar.cs: same, but we need to also redraw the toolbar when it
changes, so instead a handler for BackgroundImageChanged.

* Control.cs: make background_image private.

2006-12-06  Chris Toshok  <toshok@ximian.com>

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@69150 e3ebcda4-bce8-0310-ba0a-eca2169e7518
class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
class/Managed.Windows.Forms/System.Windows.Forms/Control.cs
class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs
class/Managed.Windows.Forms/System.Windows.Forms/RichTextBox.cs
class/Managed.Windows.Forms/System.Windows.Forms/ToolBar.cs