C1AccordionPane Constructor(C1Accordion)
Initializes a new instance of the AccordionPane class. This constructor is primarily used by controls developers. Use this constructor if you need to reference the parent Accordion control inside overridden methods when the pane is not yet added to the Accordion's Panes collection.
'Declaration
Public Function New( _
ByVal As C1Accordion _
)
Parameters
- accordion
- Parent C1Accordion instance.