Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.01 KB

File metadata and controls

32 lines (24 loc) · 2.01 KB

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)