I would like to have my masked edit controls have the same "Fixed3D" border style that is the default for text boxes in VS2005. I can't find an Infragistics style that looks the same. Is there one that I'm missing?
Thanks for any help.
Kris
Hi Mike,
That gave me the result that I wanted.
Thanks, Kris
Hi Kris,
The default look may vary by operating system, not just the version of Visual Studio. On my machine, which is running Windows Vista, the borders of a TextBox aren't really 3D, they are Vista-style.
But if you want to get a 3D border, you probably just have to set UseOsThemes on the control to false to turn of themed drawing.