Completed
Last Updated: 19 Jun 2017 12:10 by ADMIN
ADMIN
Dimitar
Created on: 06 Mar 2017 15:00
Category: Form
Type: Bug Report
1
FIX. RadForm - setting AllowTheming in inherited form breaks the border and the system buttons styles.
To reproduce:
public partial class RadForm1 : MyForm
{
    public RadForm1()
    {
        InitializeComponent();
    }
}
public class MyForm : RadForm
{
    public MyForm()
    {
        this.AllowTheming = false;

    }
}
0 comments