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