How to apply Office2007 Silver, Blue, and Black themes to the TabbedMDIManager
3 Sep 2020 / 1 minute to read
You can apply Office2007ColorScheme when TabControl is added as follows.
private void tabbedMDIManager_TabControlAdded(object sender, TabbedMDITabControlEventArgs args)
{
args.TabControl.Office2007ColorScheme = Office2007Theme.Black;
}
Private Sub tabbedMDIManager_TabControlAdded(ByVal sender As Object, ByVal args As Syncfusion.Windows.Forms.Tools.TabbedMDITabControlEventArgs)
tabControl = args.TabControl
args.TabControl.Office2007ColorScheme = Office2007Theme.Black
End Sub
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page