donetbar button控件怎么用

 我来答
匿名用户
2016-09-02
展开全部
  使用的方法:
  1添加ribbonContro控件。
  2 添加引用和环境变量。
  3 右键添加button控件并设计IteamAlignment属性为 far 。
  4添加三个方法用于当鼠标移入颜色容器时将鼠标当前所在颜色设为窗体风格
  具体步骤如下:
  ①添加添加ribbonContro控件
  ②添加引用
  using DevComponents.DotNetBar;
  using DevComponents.DotNetBar.Controls;
  using DevComponents.DotNetBar.Rendering;
  ③添加环境变量用于设计皮肤风格的字段,并用控件继承窗体。
匿名用户
2016-09-02
展开全部
1 使用的方法:1添加ribbonContro控件。2 添加引用和环境变量。3 右键添加button控件并设计IteamAlignment属性为 far 。3添加三个方法用于当鼠标移入颜色容器时将鼠标当前所在颜色设为窗体风格
02 具体步骤如下:
03 ①添加添加ribbonContro控件 ②添加引用
04 using DevComponents.DotNetBar;
05 using DevComponents.DotNetBar.Controls;
06 using DevComponents.DotNetBar.Rendering;
07 ③添加环境变量用于设计皮肤风格的字段,并用控件继承窗体。具体的位置如下:
08 public partial class Form1 : DevComponents.DotNetBar.Office2007RibbonForm
09 {
10 private bool _MColorSelected;
11 private eOffice2007ColorScheme _MBaseColorScheme = eOffice2007ColorScheme.Blue;
12
13 ④右键ribbonContro添加button控件并设计IteamAlignment属性为 far,并右键button添加9个子button控件用于设计窗体风格按钮在添加Color Picker控件(详见代码)
14 ⑤分别双击9个button控件并加入相关代码:
15 private void Office2007Blue_Click(object sender, EventArgs e)
16 {
17 styleManager1.ManagerStyle = eStyle.Office2007Blue;
18
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式