New to Telerik UI for WinForms? Download free 30-day trial

Title Bar Style

The Tabbed Form supports the standard Windows title bar style. This setting is controlled by the AllowAero property.

this.AllowAero = false;

Me.AllowAero = False

Figure 1: AllowAero = false on Windows 10

WinForms RadTabbedForm AllowAero False

Figure 2: AllowAero = true on Windows 10

WinForms RadTabbedForm AllowAero True

In this article