B
Bjoern Feld
Hi,
I don't know if this has been asked before.
I created a custom control and added some properties for font and color.
How do I manage to set the default attribute for theese properties for the
designer?
#if NETCFDESIGNTIME
[System.ComponentModel.Category("Caption")]
[System.ComponentModel.DefaultValueAttribute(???)]
[System.ComponentModel.Description("Color of control caption")]
#endif
TIA Bjoern
I don't know if this has been asked before.
I created a custom control and added some properties for font and color.
How do I manage to set the default attribute for theese properties for the
designer?
#if NETCFDESIGNTIME
[System.ComponentModel.Category("Caption")]
[System.ComponentModel.DefaultValueAttribute(???)]
[System.ComponentModel.Description("Color of control caption")]
#endif
TIA Bjoern