
23/12/2004, 19:41
|
| | Fecha de Ingreso: diciembre-2004
Mensajes: 130
Antigüedad: 20 años, 4 meses Puntos: 0 | |
Hola.
En el control...
Código:
//atributo
protected Label Label1;
//propiedad
public string Titulo
{
get{
return Label1.Text;
}
set{
Label1.Text= value;
}
}
Saludos coordiales.
__________________ langdotnet |