导航

« 简易进销存win8.1 AeroGlass 无弹窗无水印  »

Dotnetbar 配置 皮肤初始化

虚位以待 VS
将RibbonControl拖到窗体并运行,当界面没有完全美化(还带有原系统窗口标题)的情况下可以参考以下方法:

vb.net基本用法

(在Form1.Designer.vb中设置)

Inherits DevComponents.DotNetBar.Office2007RibbonForm

Me.EnableGlass = False

1

 ----------------------------------------

C#基本用法
(在Form1.cs中设置)
namespace LearnCsharp1._0
{
    public partial class Form1 : DevComponents.DotNetBar.Office2007RibbonForm
    {
        public Form1()
        {
            InitializeComponent();
            EnableGlass = false;
        }
    }
}

 

  • 顶一下
虚位以待




原创文章如转载,请注明:转载自落日故乡

本文链接地址:http://www.spersky.com/post/463.html

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

内容搜索


虚位以待

常用链接

最新评论及回复

Powered By Z-Blog

Copyright spersky All Rights Reserved.Theme Moonlight,Calf modified.n 浙ICP备16017820号-1