DevExpress_常用控件02_RibbonControl

本文介绍了DevExpress的RibbonControl,包括如何代码设置选中页、绑定ApplicationMenus和PopupMenu,以及如何通过代码创建RibbonControl,并展示了实现效果。
摘要由CSDN通过智能技术生成

1.3 RibbonControl

1.3.1 常用操作

1、如何代码显示选中的页

          ribbonControl1.SelectedPage = ribbonPage2;

2、如何绑定ApplicationMenus和PopupMenu:

          通过ribbonControl上的PopuContextMenu进行绑定;


1.3.2  How to: Create a RibbonControl in Code

如何代码创建RibbonContrl

效果如下:


代码如下:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using DevExpress.XtraEditors;

using DevExpress.XtraBars.Ribbon;

using DevExpress.XtraBars;

namespace DXApplication_1
{
	public partial class RibbonCtrolForm2 : DevExpress.XtraEditors.XtraForm
	{
		public RibbonCtrolForm2()
		{
			InitializeComponent();
		}

		
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值