Поделиться через


Свойство RibbonButtonGallery.GalleryClosing

Приведенные ниже сведения относятся к верс.2

Возвращает или задает действие для закрытия галереи.

Пространство имен:  Microsoft.WebMatrix.Extensibility
Сборка:  Microsoft.WebMatrix.Extensibility (в Microsoft.WebMatrix.Extensibility.dll)

Синтаксис

'Декларация
Public Property GalleryClosing As Action 
    Get 
    Set
'Применение
Dim instance As RibbonButtonGallery 
Dim value As Action 

value = instance.GalleryClosing

instance.GalleryClosing = value
public Action GalleryClosing { get; set; }
public:
property Action^ GalleryClosing {
    Action^ get ();
    void set (Action^ value);
}
member GalleryClosing : Action with get, set
function get GalleryClosing () : Action 
function set GalleryClosing (value : Action)

Значение свойства

Тип: System.Action
Действие для закрытия галереи.

См. также

Справочник

RibbonButtonGallery Класс

Пространство имен Microsoft.WebMatrix.Extensibility