E
Evan Camilleri
I am creating a custom control. My biggest problem is to compile for
Design time, i.e.
#if NETCFDESIGNTIME
[Category("Appearance")]
[DefaultValue(false)]
[Description("Visibility of the Start Menu button.")]
#endif
Category and Description give an error when compiling !!!!!!!!
Design time, i.e.
#if NETCFDESIGNTIME
[Category("Appearance")]
[DefaultValue(false)]
[Description("Visibility of the Start Menu button.")]
#endif
Category and Description give an error when compiling !!!!!!!!