Thanks Rick, before signing in and watching the 65 min. video I would
like to know if it applies to Compact Framework?
What I actually need is the possibility to set e.g. the text property in
my usercontrol during design time - therefore I need the Browsable
attribute - works well if the target is the normal framework, but not for
the Compact framework, even though it is only during design time on the
PC ??
Thanks
Ole
This attribute is a design time attribute. Here is a great webcast that
explains how to use such attributes in your custom control library:
http://msevents.microsoft.com/cui/W...lture=en-US&EventID=1032277944&CountryCode=US
I hope this helps.
Regards,
Rick D.
Contractor
:
It seems that the Browsable attribute is no longer supported in CF2.0 -
is
that true or am I doing something wrong? It works perfectly well in the
Full
framework version.
[System.Componentmodel.Browsable(true)]
Thanks,
Ole