Winform 使用DotNetBar 设置界面为Office2007 样式

Posted on 2017-04-17 22:48  霍先生的博客  阅读(507)  评论(0编辑  收藏  举报
 public partial class FrmMain : DevComponents.DotNetBar.Office2007RibbonForm
    {
        public FrmMain()
        {
            InitializeComponent();
            this.EnableGlass = false;
        }

        private void FrmMain_Load(object sender, EventArgs e)
        {
            this.FormBorderStyle = FormBorderStyle.None;
            init();

        }

  

Copyright © 2024 霍先生的博客
Powered by .NET 8.0 on Kubernetes


 

< img src="" />