Atributo [DefaultValue()]

Juan Carlos Ferrández <[email protected]> Mon, 5 Jul 2010 08:50:12 -0700 (PDT)
Newsgroups gmane.comp.gnome.mono.hispano
Message-ID <[email protected]>
Buenas.

Tengo la siguiente propiedad en un widget que estoy creando:

[DefaultValue (true)]
public bool AdmiteNegativos {
	get { return wAdmiteNegativos; }
	set { wAdmiteNegativos = value; }
}

Al añadir el widget en modo diseño a una ventana GTK, la propiedad se
muestra a false (check no marcado). 

¿ Que hago mal ?

Un Saludo
JC
-- 
View this message in context: http://monohispano.2299865.n2.nabble.com/Atributo-DefaultValue-tp5256588p5256588.html
Sent from the MonoHispano mailing list archive at Nabble.com.