|
Hi,
I'm developing a custom control, whose background I wish to look like the TextBox control--white background, light blue border. I can override the WndProc function and set the border color to whatever I want. The problem I'm having is picking the right shade of light blue, so that the border looks just like a TextBox border. The closest match I could find was Color.SteelBlue. Does anyone know what the RGB values are for the default TextBox border color?
Thanks!
|