Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1AccordionPageSettings Class / CollapseRightIconImage Property

In This Topic
    CollapseRightIconImage Property
    In This Topic
    Gets or sets the image displayed in the header of an expanded C1AccordionPage when ExpandDirection is set to ExpandDirection.Right.
    Syntax
    'Declaration
     
    
    Public Property CollapseRightIconImage As Image
    public Image CollapseRightIconImage {get; set;}
    Remarks
    The same is for a collapsed C1AccordionPage is ExpandDirection.Left.
    See Also