RibbonGallery Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class RibbonGallery : System::Windows::Controls::ItemsControl, Microsoft::Windows::Input::IPreviewCommandSource, System::Windows::Input::ICommandSource, System::Windows::IWeakEventListener
[System.Windows.StyleTypedProperty(Property="AllFilterItemContainerStyle", StyleTargetType=typeof(Microsoft.Windows.Controls.Ribbon.RibbonMenuItem))]
[System.Windows.StyleTypedProperty(Property="FilterItemContainerStyle", StyleTargetType=typeof(Microsoft.Windows.Controls.Ribbon.RibbonMenuItem))]
[System.Windows.StyleTypedProperty(Property="GalleryItemStyle", StyleTargetType=typeof(Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem))]
[System.Windows.StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=typeof(Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory))]
[System.Windows.TemplatePart(Name="ItemsPresenter", Type=typeof(System.Windows.Controls.ItemsPresenter))]
[System.Windows.TemplatePart(Name="PART_FilterContentPane", Type=typeof(System.Windows.Controls.ContentPresenter))]
[System.Windows.TemplatePart(Name="PART_FilterMenuButton", Type=typeof(Microsoft.Windows.Controls.Ribbon.RibbonMenuButton))]
[System.Windows.TemplatePart(Name="PART_ScrollViewer", Type=typeof(System.Windows.Controls.ScrollViewer))]
public class RibbonGallery : System.Windows.Controls.ItemsControl, Microsoft.Windows.Input.IPreviewCommandSource, System.Windows.Input.ICommandSource, System.Windows.IWeakEventListener
[<System.Windows.StyleTypedProperty(Property="AllFilterItemContainerStyle", StyleTargetType=typeof(Microsoft.Windows.Controls.Ribbon.RibbonMenuItem))>]
[<System.Windows.StyleTypedProperty(Property="FilterItemContainerStyle", StyleTargetType=typeof(Microsoft.Windows.Controls.Ribbon.RibbonMenuItem))>]
[<System.Windows.StyleTypedProperty(Property="GalleryItemStyle", StyleTargetType=typeof(Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem))>]
[<System.Windows.StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=typeof(Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory))>]
[<System.Windows.TemplatePart(Name="ItemsPresenter", Type=typeof(System.Windows.Controls.ItemsPresenter))>]
[<System.Windows.TemplatePart(Name="PART_FilterContentPane", Type=typeof(System.Windows.Controls.ContentPresenter))>]
[<System.Windows.TemplatePart(Name="PART_FilterMenuButton", Type=typeof(Microsoft.Windows.Controls.Ribbon.RibbonMenuButton))>]
[<System.Windows.TemplatePart(Name="PART_ScrollViewer", Type=typeof(System.Windows.Controls.ScrollViewer))>]
type RibbonGallery = class
inherit ItemsControl
interface IWeakEventListener
interface IPreviewCommandSource
interface ICommandSource
Public Class RibbonGallery
Inherits ItemsControl
Implements ICommandSource, IPreviewCommandSource, IWeakEventListener
Inheritance
Attributes
Implements
Constructors
Fields
Properties
Methods
Events
Explicit Interface Implementations
Applies to