Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1AccordionPage Class / ShowIcon Property

In This Topic
    ShowIcon Property (C1AccordionPage)
    In This Topic
    Gets or sets a value indicating whether to show or hide the Icon for this C1AccordionPage, regardless of the ShowIcon set in PageSettings value.
    Syntax
    'Declaration
     
    
    Public Property ShowIcon As IconsDisplayMode
    public IconsDisplayMode ShowIcon {get; set;}
    Remarks

    This only matters when Icon is not null.

    By default it set to IconsDisplayMode.Inherit that means using common PageSettings.

    If you need a special appearance for this page, than set it to IconsDisplayMode.ShowAlways to display Icon in this C1AccordionPage header or IconsDisplayMode.HideAlways to hide.

    See Also