Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / IconsDisplayMode Enumeration

In This Topic
    IconsDisplayMode Enumeration
    In This Topic
    Specifies a value indicating whether an icon in the C1AccordionPage header should be shown according to common C1Accordion.PageSettings or to own C1AccordionPage settings.
    Syntax
    'Declaration
     
    
    Public Enum IconsDisplayMode 
       Inherits System.Enum
    public enum IconsDisplayMode : System.Enum 
    Members
    MemberDescription
    HideAlwaysAlways hide the icon in the C1AccordionPage header, regardless of the C1Accordion.PageSettings value.
    InheritUse common C1Accordion.PageSettings to determine whether to show the icon in the C1AccordionPage header or not.
    ShowAlwaysAlways show the icon in the C1AccordionPage header, regardless of the C1Accordion.PageSettings value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Accordion.IconsDisplayMode

    See Also