I have a WebImageButton on the page and I'm setting the BackColour to a system colour but whenever I use any of the Button system colours (ButtonFace, ButtonHighlight, ButtonShadow) the button becomes transparent at runtime??
The code I'm using is:
WebImageButton.Appearance.Style.BackColor = Color.FromKnownColor(KnownColor.ButtonFace)
Is there anyway that I can turn this off??
Don't worry.... solved it! Microsoft changed the names of some of the system colour constants in .NET
http://msdn.microsoft.com/en-us/library/6ys84h69(VS.71).aspx
ButtonFace is now Control.....??