When a Control is shown in a TabControl
, it can set the UseVisualStyleBackColor
property of the TabPage
to true in order to show properly in the tab control rather than just a solid colour fill. However, when a Control is shown in the management console as part of a PropertyPage
, its parent is a PropertyPageContainerControl
rather than a TabPage
. Is it possible to enable visual styles so that the control is shown properly?