|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Tabpage defaulting to BackColor: TransparentUsing VS2008: I can set the BackColor of all tabpages within a TabControl to
Color.Control manually. However, the next time that I change a control on the tabpage, all of the tabpages within that tabcontrol will have their BackColor automatically changed to Transparent. I think this behavior started with VS2005, not sure. Is this normal? Shouldn't the BackColor of any tabpage default to Control? Thanks in advance. Dean Slindee This behaviour started in VS2005 when a new property was added so that
tabpages could use the texture specified in Visual Styles. Set the tabpages UseVisualStyleBackColor to false if you do not want a transparent tabpage. TabPage.BackColor will then default to SystemColors.Control. Show quoteHide quote "Dean Slindee" <slin***@charter.net> wrote in message news:6A9A30E5-8473-45A1-BDBD-D43F33DBCBBE@microsoft.com... > Using VS2008: I can set the BackColor of all tabpages within a TabControl > to Color.Control manually. However, the next time that I change a control > on the tabpage, all of the tabpages within that tabcontrol will have their > BackColor automatically changed to Transparent. > > I think this behavior started with VS2005, not sure. Is this normal? > Shouldn't the BackColor of any tabpage default to Control? > > Thanks in advance. > Dean Slindee >
Get url for pdf file from AxSHDocVw.AxWebBrowser
Attribute wanted how to remove a programmatically created DateTimePicker Application development pointers problem with RaiseEvents Internal Server Error 500 Resizing the click area of a checkbox. How to add control/component to the IDE toolbar Trouble with Cross thread control access Saving |
|||||||||||||||||||||||