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;
③添加环境变量用于设计皮肤风格的字段,并用控件继承窗体。
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
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
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询