Skip to content

DevExpress-Examples/winforms-tab-control-custom-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)