https://www.devexpress.com/Support/Center/Question/Details/K18516

To accomplish your task, please execute the following steps:

1. Make all forms (parent and child) successors from the XtraForm Class . By default, they are inherited from the standard Form class. Our XtraForm is just a regular form that supports our Look and Feel Mechanism, so there will be no need to additionally change your code.

2. Then, you need to call SkinManager.EnableFormSkinsand SkinManager.EnableMdiFormSkinsmethods before your form is shown to make our forms skinned. The Form Title Bar Skinning article describes how to do this.

3. Now all your forms use a default skin. To specify an application's skin at design time, please use our DefaultLookAndFeel component. Just drop it onto the main form and customize its properties as needed. To easily change the application's skin programmatically from any place in your application, you can use the UserLookAndFeel.Defaultstatic property. So, you do not need to refer to the parent form from the child one just to change the application's skin.

最新文章

  1. JSP动作标签
  2. JavaScript实例
  3. 使用cocos2d-x v3.1开发小游戏(基本框架)
  4. install chrome in elementary os
  5. Zookeeper分布式协调服务
  6. Weblogic12c安装与配置详解
  7. c - 向一个排序好的数组插入一个数,插入后数组依然是排序好的
  8. Git跨平台中文乱码临时解决方案
  9. Product(大数相乘)
  10. Java设计模式之《桥接模式》及应用场景
  11. 用户登录(Material Design + Data-Binding + MVP架构模式)实现
  12. 关于STM32 IAP
  13. 前端框架Bootstrap - 快速搭建网站
  14. The note of Developing Innovative Ideas for New Companies Course
  15. SQL 增删改语句
  16. 网络学习day02_OSI七层模型及数据的传输过程
  17. [NOIP]2017列队——旋转treap/非旋转treap
  18. PythonProject(1)vim的Hustoj插件
  19. php多进程和多线程的比较
  20. Iris分类以及数组reshape想到的

热门文章

  1. 我的AutoCAD二次开发之路 (一)
  2. Android_adb详解
  3. React+Node.js+Express+mongoskin+MongoDB
  4. SQL Server 最小化日志操作解析,应用
  5. ubuntu屏幕分辨率问题
  6. oracle 自定义 聚合函数
  7. TreeView htc 改写
  8. 【Pro ASP.NET MVC 3 Framework】.学习笔记.7.SportsStore:购物车
  9. Hive报错之java.lang.NoClassDefFoundError: org/codehaus/jackson/JsonFactory
  10. Python基础第一篇