Creating Custom Controls...

  • Thread starter Thread starter Evan Camilleri
  • Start date Start date
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 !!!!!!!!
 
Back
Top