Свойство RibbonSplitButtonGallery.GalleryClosing
Приведенные ниже сведения относятся к верс.2
Возвращает или задает действие для вызова при закрытии галереи.
Пространство имен: Microsoft.WebMatrix.Extensibility
Сборка: Microsoft.WebMatrix.Extensibility (в Microsoft.WebMatrix.Extensibility.dll)
Синтаксис
'Декларация
Public Property GalleryClosing As Action
Get
Set
'Применение
Dim instance As RibbonSplitButtonGallery
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
Действие, вызываемое при закрытии галереи.