Question about custom attributes for XMTA files

Hello, everyone.

After some effort I had success porting my NET .CF 1.0 controls to NET .CF 2.0 with VS2005. However I cannot find info on some designer details.

How should I port these property attributes:

a) [DefaultValue(TextBoxInputStyle.Normal)]

where TextBoxInputStyle is an enum declared in the same assembly

b) [RefreshProperties(RefreshProperties.All)]

c) [DefaultValue(typeof(Color),"Black")]

Thanks in advance,

Kostas



Answer this question

Question about custom attributes for XMTA files