次の方法で共有


RibbonSplitButtonGallery クラス

v2 に適用されます。

ギャラリーに展開されるリボンの分割ボタンを表します。

継承階層

System.Object
  Microsoft.WebMatrix.Extensibility.RibbonItem
    Microsoft.WebMatrix.Extensibility.RibbonButton
      Microsoft.WebMatrix.Extensibility.RibbonSplitButtonGallery

名前空間:  Microsoft.WebMatrix.Extensibility
アセンブリ:  Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)

構文

'宣言
Public Class RibbonSplitButtonGallery _
    Inherits RibbonButton
'使用
Dim instance As RibbonSplitButtonGallery
public class RibbonSplitButtonGallery : RibbonButton
public ref class RibbonSplitButtonGallery : public RibbonButton
type RibbonSplitButtonGallery =  
    class 
        inherit RibbonButton 
    end
public class RibbonSplitButtonGallery extends RibbonButton

RibbonSplitButtonGallery 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド RibbonSplitButtonGallery(String, ICommandId, Object, ICommandId, IEnumerable<RibbonGalleryCategory>, Bitmap, Bitmap) RibbonSplitButtonGallery クラスの新しいインスタンスを初期化します。
パブリック メソッド RibbonSplitButtonGallery(String, ICommandId, Object, ICommandId, IEnumerable<RibbonGalleryCategory>, ImageSource, ImageSource) RibbonSplitButtonGallery クラスの新しいインスタンスを初期化します。
パブリック メソッド RibbonSplitButtonGallery(String, ICommand, Object, ICommand, IEnumerable<RibbonGalleryCategory>, Bitmap, Bitmap) RibbonSplitButtonGallery クラスの新しいインスタンスを初期化します。
パブリック メソッド RibbonSplitButtonGallery(String, ICommand, Object, ICommand, IEnumerable<RibbonGalleryCategory>, ImageSource, ImageSource) RibbonSplitButtonGallery クラスの新しいインスタンスを初期化します。
プロテクト メソッド RibbonSplitButtonGallery(String, ICommand, ICommandId, Object, ICommand, ICommandId, IEnumerable<RibbonGalleryCategory>, ImageSource, ImageSource) RibbonSplitButtonGallery クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Categories ギャラリーのカテゴリ インスタンスのシーケンスを取得します。
パブリック プロパティ Command ボタンがクリックされたときに呼び出すコマンドを取得または設定します。 (RibbonButton から継承されています。)
パブリック プロパティ CommandId ボタンがクリックされたときに呼び出すコマンド ID を取得または設定します。 (RibbonButton から継承されています。)
パブリック プロパティ CommandParameter Command または CommandId に渡すコマンド パラメーターを取得または設定します。 (RibbonButton から継承されています。)
パブリック プロパティ GalleryClosing ギャラリーの終了時に呼び出すアクションを取得または設定します。
パブリック プロパティ GalleryCommand アイテムをギャラリーから選択するときに呼び出すコマンドを取得します。
パブリック プロパティ GalleryCommandId アイテムをギャラリーから選択するときに呼び出すコマンド ID を取得または設定します。
パブリック プロパティ GalleryOpening ギャラリーの開始時に呼び出すアクションを取得または設定します。
パブリック プロパティ Label 項目のラベルを取得します。 (RibbonItem から継承されています。)
パブリック プロパティ LargeImage ボタンの 32x32 画像を取得または設定します。 (RibbonButton から継承されています。)
パブリック プロパティ SmallImage ボタンの 16x16 画像を取得または設定します。 (RibbonButton から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.WebMatrix.Extensibility 名前空間