RibbonButtonGallery.GalleryOpening プロパティ
v2 に適用されます。
ギャラリーの開始を表すアクションを取得または設定します。
名前空間: Microsoft.WebMatrix.Extensibility
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Public Property GalleryOpening As Action
Get
Set
'使用
Dim instance As RibbonButtonGallery
Dim value As Action
value = instance.GalleryOpening
instance.GalleryOpening = value
public Action GalleryOpening { get; set; }
public:
property Action^ GalleryOpening {
Action^ get ();
void set (Action^ value);
}
member GalleryOpening : Action with get, set
function get GalleryOpening () : Action
function set GalleryOpening (value : Action)
プロパティ値
型: System.Action
ギャラリーの開始を表すアクション。