首页 新闻 会员 周边

devexpress控件更换皮肤

0
[待解决问题]

        string file = string.Format(@"{0}\DevExpress.BonusSkins.v9.3.dll", Application.StartupPath);
            SkinManager.Default.RegisterAssembly(System.Reflection.Assembly.LoadFile(file));
            file = string.Format(@"{0}\DevExpress.OfficeSkins.v9.3.dll", Application.StartupPath);
            SkinManager.Default.RegisterAssembly(System.Reflection.Assembly.LoadFile(file));
            SkinManager.EnableFormSkins();
            Application.EnableVisualStyles();
            UserLookAndFeel def = UserLookAndFeel.Default;
            def.SetStyle(LookAndFeelStyle.Skin, false, false, "Black");

feihupeng的主页 feihupeng | 初学一级 | 园豆:200
提问于:2011-03-24 10:14
< >
分享
所有回答(0)
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册