EditMask appearance with lower BorderStyle setting

When you deploy Windows Forms applications with the No Manifest security setting and use the three-dimensional StyleLowered! border style for EditMask controls, the controls display at runtime with a classic Windows style rather than the XP style—even on XP computers with Windows XP themes.If you want an XP look for EditMask controls using the StyleLowered! border style, you must deploy your Windows Forms applications with the Embedded Manifest or External Manifest security setting. For the Embedded Manifest setting, you must install the .NET SDK on the runtime computer. [CR 487836]