RibbonButtonGallery クラス
v2 に適用されます。
リボンのボタン ギャラリーを表します。
継承階層
System.Object
Microsoft.WebMatrix.Extensibility.RibbonItem
Microsoft.WebMatrix.Extensibility.RibbonButtonGallery
名前空間: Microsoft.WebMatrix.Extensibility
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Public Class RibbonButtonGallery _
Inherits RibbonItem
'使用
Dim instance As RibbonButtonGallery
public class RibbonButtonGallery : RibbonItem
public ref class RibbonButtonGallery : public RibbonItem
type RibbonButtonGallery =
class
inherit RibbonItem
end
public class RibbonButtonGallery extends RibbonItem
RibbonButtonGallery 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
![]() |
RibbonButtonGallery(String, ICommandId, IEnumerable<RibbonGalleryCategory>, Bitmap, Bitmap) | 指定されたラベル、コマンド識別子、カテゴリ、および画像を使用して、RibbonButtonGallery クラスの新しいインスタンスを初期化します。 |
![]() |
RibbonButtonGallery(String, ICommandId, IEnumerable<RibbonGalleryCategory>, ImageSource, ImageSource) | 指定されたラベル、コマンド識別子、カテゴリ、および画像を使用して、RibbonButtonGallery クラスの新しいインスタンスを初期化します。 |
![]() |
RibbonButtonGallery(String, ICommand, IEnumerable<RibbonGalleryCategory>, Bitmap, Bitmap) | 指定されたラベル、コマンド、カテゴリ、および画像を使用して、RibbonButtonGallery クラスの新しいインスタンスを初期化します。 |
![]() |
RibbonButtonGallery(String, ICommand, IEnumerable<RibbonGalleryCategory>, ImageSource, ImageSource) | 指定されたラベル、コマンド、カテゴリ、および画像を使用して、RibbonButtonGallery クラスの新しいインスタンスを初期化します。 |
![]() |
RibbonButtonGallery(String, ICommand, ICommandId, IEnumerable<RibbonGalleryCategory>, ImageSource, ImageSource) | 指定されたラベル、コマンド、コマンド識別子、カテゴリ、および画像を使用して、RibbonButtonGallery クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
Categories | リボン ギャラリーのカテゴリ セットを取得または設定します。 |
![]() |
GalleryClosing | ギャラリーの終了を表すアクションを取得または設定します。 |
![]() |
GalleryCommand | ギャラリーのコマンドを取得または設定します。 |
![]() |
GalleryCommandId | ギャラリーのコマンド識別子を取得または設定します。 |
![]() |
GalleryOpening | ギャラリーの開始を表すアクションを取得または設定します。 |
![]() |
Label | 項目のラベルを取得します。 (RibbonItem から継承されています。) |
![]() |
LargeImage | ギャラリー内の大きな画像を取得または設定します。 |
![]() |
SmallImage | ギャラリー内の小さな画像を取得または設定します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。