How to enable themes in TabControlAdv?

3 Sep 20201 minute to read

The TabPageAdv can be themed by enabling the ThemesEnabled property.

NOTE

On setting this property, all the TabPages will be themed. This can be disabled or enabled for individual pages using the ThemesEnabled property of TabControlAdv.

this.tabControlAdv1.ThemesEnabled = true;
Me.tabControlAdv1.ThemesEnabled = True

TabControlAdv theme support