Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to 'hide' a property?
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01050663
Message ID:
01050848
Views:
14
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform