RibbonButtonGallery.GalleryOpening 属性
适用于版本2
获取或设置表示打开库的操作。
命名空间: 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
表示打开库的操作。