Share via


RibbonTab.GroupSizeReductionOrder プロパティ

定義

リボン サイズの縮小に従ってグループ サイズの定義を適用する順序を指定する RibbonGroup 名のコレクションを取得または設定します。

public:
 property System::Collections::Specialized::StringCollection ^ GroupSizeReductionOrder { System::Collections::Specialized::StringCollection ^ get(); void set(System::Collections::Specialized::StringCollection ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.Ribbon.StringCollectionConverter))]
public System.Collections.Specialized.StringCollection GroupSizeReductionOrder { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.Ribbon.StringCollectionConverter))>]
member this.GroupSizeReductionOrder : System.Collections.Specialized.StringCollection with get, set
Public Property GroupSizeReductionOrder As StringCollection

プロパティ値

Ribbon の縮小に従ってグループ サイズの定義を適用する順序を指定する、RibbonGroup 名のコレクション。 登録済みの既定値は null です。 この値に影響する可能性があるものの詳細については、「依存関係プロパティ値の優先順位」を参照してください。

属性

次の例は、 を指定する方法を GroupSizeReductionOrder示しています。

<ribbon:RibbonTab Header="Home"   
    GroupSizeReductionOrder="Clipboard, Insert, Insert, Paragraph, Clipboard, Editing, Font, Clipboard" >  
    <ribbon:RibbonGroup Header="Clipboard" Name="Clipboard" SmallImageSource="Images/Paste16.png">  
        ...    
    </ribbon:RibbonGroup>  
    <ribbon:RibbonGroup Header="Font" Name="Font" SmallImageSource="Images\FontColor16.png">  
        ...  
    </ribbon:RibbonGroup>  
    <ribbon:RibbonGroup Header="Paragraph" Name="Paragraph" SmallImageSource="Images/AlignLeft16.png">  
        ...  
    </ribbon:RibbonGroup>  
    <ribbon:RibbonGroup Header="Insert" Name="Insert" SmallImageSource="Images/InsertPicture16.png">  
        ...  
    </ribbon:RibbonGroup>  
    <ribbon:RibbonGroup Header="Editing" Name="Editing" SmallImageSource="Images/Find16.png">  
        ...  
    </ribbon:RibbonGroup>  
</ribbon:RibbonTab>  

注釈

依存プロパティ情報

識別子フィールド GroupSizeReductionOrderProperty
に設定されたメタデータ プロパティ true なし

適用対象

こちらもご覧ください