Прочитај на енглеском Уреди

Делите путем


Ribbon.ContextualTabGroups Property

Definition

Gets a collection that contains all of the RibbonContextualTabGroup items in the Ribbon.

C#
[System.ComponentModel.Bindable(true)]
public System.Collections.ObjectModel.Collection<System.Windows.Controls.Ribbon.RibbonContextualTabGroup> ContextualTabGroups { get; }

Property Value

The collection of RibbonContextualTabGroup items in the Ribbon if one exists; otherwise, a new empty collection.

Attributes

Examples

The following example shows a RibbonTab named Pens that is in the Ink Tools contextual tab group.

XAML
</ribbon:Ribbon>
    <ribbon:RibbonTab Name="Pens" Header="Pens" ContextualTabGroupHeader="Ink Tools" >
    <!-- Ribbon Tab Content -->
    </ribbon:RibbonTab>
    <ribbon:Ribbon.ContextualTabGroups>
        <ribbon:RibbonContextualTabGroup Header="Ink Tools" Visibility="Visible" Background="Green" />
    </ribbon:Ribbon.ContextualTabGroups>
</ribbon:Ribbon>

Remarks

You use a contextual tab to display groups of commands that are relevant only in a particular context. Contextual tab groups are shown or hidden based on specified criteria. For example, an Ink Tools tab group might be shown when tablet input is detected, or a Picture Tools tab group might be shown when an Image object is selected.

Applies to

Производ Верзије
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10