Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to 'hide' a property?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01050663
Message ID:
01050848
Vues:
19
David,
I found the Browsable attribute. Looks like it does just what I asked for it to do. Thanks.
[Browsable(false)]
public override string Text
{
	get
	{
		return base.Text;
	}
	set
	{
		base.Text = value;
	}
}
Einar

>There is a browsable attribute you can put on the property (don't have the exact syntax in front of me but you can google it).
>
>>What is the best way to 'hide' a property from the property sheet?
Semper ubi sub ubi.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform