I am using the RadPageView and the Telerik Metro Blue theme. I have a case in my UI where there is only 1 tab displayed in the RadPageView. In that case I disable the singe RadPageViewPage so that it can't be clicked. When I do that the RadPageViewPage style is a white background with blue text. I would like to be able to set enabled to false but keep the RadPageViewPage style that it has when it is enabled (i.e. blue background and white text). I tried looking through the properties but I can't seem to find the right property to set. I was thinking something like myPageViewPage.MouseOverBackColor = myPageViewPage.BackColor or something like that.
Any suggestions as to what properties control the MouseOverStyle of the RadPageViewPage and how I could set them to use the Enabled style?
Thanks!
~Paul