Fluent/ribbon is the graphical user interface that Microsoft uses in its latest desktop operating system, Windows 7. The evolution of the Windows platform is accompanied by a redesign of the system's graphical interface. The biggest innovation from Windows XP to Windows Vista is the introduction of Windows Aero. In Windows 7, Aero is preserved. However, in the future, the graphical user interface for Windows 7 will be in the same direction as Office 2007, with the name Fluent/ribbon.
Now, we use WPF as a user interface development language to do a simple example as the beginning of learning.
Preparatory work:
Need to download the third party component: Fluent.dll, download URL: http://fluent.codeplex.com/
Steps
New project, select project type: WPF Application
The introduction of Fluent.dll, where there is a choice to support the Dotnet 4.0 version (there are three versions, 3.5,4.0,4.5)