[Mono-winforms-list] Private ImageList methods removed in r69012

Chris Toshok toshok at ximian.com
Wed Dec 6 11:16:51 EST 2006


thanks a lot for checking this.

On Wed, 2006-12-06 at 09:59 -0500, Greg Creme wrote:
> Hi Chris, 
> 
> I had a minute so I did what you asked in vs2003.  
> 
> For the imagelist properties:  
> 1.  Color Depth:  
> 	Initial:  Property name is not bold, property value is not bold,
> reset disabled. 
> 	Changed:  Property name is not bold, property value becomes bold,
> reset is enabled. 

This is actually handled due to the DefaultValueAttribute on ColorDepth
(that I didn't notice initially).  It's ifdefed to be 1.1 only, which
explains why 1.1/vs2003 has this behavior.

> 2.  ImageSize and Transparent Color (both act the same)
> 	Initial:  Property name is not bold, property value is bold, reset
> disabled. 
> 	Changed:  Property name is not bold, property value is bold, reset
> disabled.

perfect.

Chris



More information about the Mono-winforms-list mailing list