I've recently started a WinForms project in Visual Studio 2008 and I notice that when I disable a command button, it flattens out the button and leave the text black. This is quite an unexpected change from my experiences in VB6 and VS2005 where the button simply grays itself out.
Is there a setting that would allow me to make the disabled state of the command button 3D like the enabled state? I have the FlatStyle set to Standard, though System results in the same behavior. I also noticed that UseVisualStyleBackColor needs to be set to True for the button to appear correctly in its Enabled state.
Any help is greatly appreciated.