Accordion for WinForms | ComponentOne
C1.Win.Accordion.Styles Namespace / AccordionStyles Class / ActivePage Property

In This Topic
    ActivePage Property (AccordionStyles)
    In This Topic
    Gets AccordionPageStyle containing display attributes that determine the general appearance of the active C1.Win.Accordion.C1AccordionPage on the screen.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActivePage As ActiveAccordionPageStyle
    public ActiveAccordionPageStyle ActivePage {get;}
    See Also