TOC

This article is currently in the process of being translated into Arabic (~57% done).

Common interface controls:

The Ribbon control

ابتكرت Microsoft أداة الشريط Ribbon واستخدمته لأول مرة في Office 2007. الأداة تجمع بين القائمة (Menu) وشريط الأدوات (ToolBar) في عنصر تحكم واحد، بالإضافة لعناصر متعددة ووظائف مجمعة في علامات التبويب (Tabs) والمجموعات. الغرض الأكثر أهمية هو تسهيل عملية اكتشاف كل الوظائف للمستخدم ، بدلاً من إخفائها في القوائم (Menu). يتيح الشريط (Ribbon) أيضًا تحديد أولويات عرض الوظائف، مع القدرة على استخدام أحجام مختلفة من الأزرار (buttons)

الـ Ribbon غير متوفر داخل WPF ، ولكن قامت مايكروسوف بتوفير Ribbon تستطيع الحصول عليه واستخدامه مجاناً طالما كنت ملتزم بتطبيق تعليمات الاستخدام المضمنة عند تنزيله. تستطيع قراءة المزيد عن ذلك في الرابط التالي: MSDN, وستجد أيضاً رابط تنزيل الأداة على الرابط التالي: download link .

Summary

You can download and use a Microsoft created Ribbon control, but it's not yet a part of the .NET framework by default. Once it becomes an integrated part of the framework, we'll dig into it here at this tutorial. In the meantime, if you're looking for a more complete Ribbon implementation, you might want to look at some 3rd party alternatives - there are plenty of them, from some of the big WPF control vendors.


This article has been fully translated into the following languages: Is your preferred language not on the list? Click here to help us translate this article into your language!