Does anyone know the exact color of the menus in VS .net, the blue color when you hightlight an item. I can swear I tried all of the System.Color blues, but still have no luck. maybe if someone knows the RGB, thanks
Printable View
Does anyone know the exact color of the menus in VS .net, the blue color when you hightlight an item. I can swear I tried all of the System.Color blues, but still have no luck. maybe if someone knows the RGB, thanks
I found a close enough color by using
System.Drawing.Color.FromName
but if someone does know the exact color of the menus or the would be great
Maybe this one ?
VB Code:
Color ShadowColor = FromArgb(136, 141, 157)