all groups > dotnet compact framework > november 2005 >
You're in the

dotnet compact framework

group:

problem with text property


Re: problem with text property Tim Wilson
11/24/2005 10:08:33 AM
dotnet compact framework:
You'll need to add some more attributes.
http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_frm/thread/41e13beea084d415/4d81517de3a5c777?hl=en#4d81517de3a5c777

--
Tim Wilson
..NET Compact Framework MVP

[quoted text, click to view]

problem with text property Petr Svoboda
11/24/2005 11:21:38 AM
Hello!

I use UserControl, but property Text do not show in properties
window in designer.

I test it -

[
EditorBrowsable(EditorBrowsableState.Always)
]
public override string Text
{
get
{
return base.Text;
}
set
{
base.Text = value;
this.Invalidate();
}
}

But Text still not show.

Please help me.

AddThis Social Bookmark Button