WinForm Interface Solution (1)-ribbon interface

Source: Internet
Author: User

First, Introduction

The Ribbon interface is:

Simulates the Ribbon style of Office 2007 and displays the operator panel.

The following effects can be achieved:

Ii. Methods of Use

1. Download third-party controls, Dxperienceuniversal x.x.x version

2. First create a new WinForm project, then remove the default generated Form1, and then press Crtl+shift+a to add devexpress ribbonform in Add item. Because the default Form1 is best not as a window for the Ribbon interface, some places can be cumbersome to implement. In addition, the code in Program.cs: Application.Run (New Form1 ()), modified to Application.Run (new RibbonForm1 ()), so that the window will be displayed correctly. This time there will be a well-established ribbon interface. We can modify its Text property, like using a traditional form, and click RibbonPage1 to modify its properties in the property bar, for example, to "start" or something:

If you click on the right button above and select Add Page, you can add a ribbonpage and modify its text: A simple ribbon interface of the embryonic appearance.

(Note: Some text and pictures originated from the network, if there is infringement of your interests, please contact me in time!) )

WinForm Interface Solution (1)-ribbon interface

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.