Windows Ribbon for WinForms library now supports Contextual Tabs. The result of this post is a yet another sample, “14-ContextualTabs”, found on the project site. What are contextual tabs? Contextual tabs are additional tabs that appear when you enable their context. For example, in word, when you select a table in your document, you get two additional tabs (Design and Layout) with commands relevant only to tables. The basic working unit is a TabGroup , which is a group of contextual tabs with the...