/winforms-tab-control-custom-style

Customize the appearance of the WinForms Tab Control.

Primary LanguageC#OtherNOASSERTION

WinForms Tab Control - Create a custom style

This example demonstrates how to create a custom style to paint the WinForms Tab Control as needed:

public Form1() {
    InitializeComponent();
    PaintStyleCollection.DefaultPaintStyles.Add(new MyRegistrator());
    xtraTabControl1.PaintStyleName = "MyStyle";
}

Files to Review

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)