Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor.Ribbon Namespace / EditorRibbonGallery Class
Members

In This Topic
    EditorRibbonGallery Class
    In This Topic
    Represents a base gallery element in a C1.Win.Editor.C1EditorRibbon control.
    Object Model
    EditorRibbonGallery Class
    Syntax
    'Declaration
     
    Public MustInherit Class EditorRibbonGallery 
       Inherits C1.Win.Ribbon.RibbonGallery
    public abstract class EditorRibbonGallery : C1.Win.Ribbon.RibbonGallery 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.Ribbon.RibbonItem
                C1.Win.Ribbon.RibbonIconItem
                   C1.Win.Ribbon.RibbonDropDownBase
                      C1.Win.Ribbon.RibbonGallery
                         C1.Win.Editor.Ribbon.EditorRibbonGallery
                            C1.Win.Editor.Ribbon.OrderedListGallery
                            C1.Win.Editor.Ribbon.ParagraphStyleGallery
                            C1.Win.Editor.Ribbon.UnorderedListGallery

    See Also