SelectedIndex Property (FlexAccordion)

Action

Gets the zero-based index of the currently visible child container.

Child indexes are in the range 0, 1, 2, ..., n - 1, where n is the number of children.

The default value is 0, corresponding to the first child. If there are no children, this property is -1.

Syntax

'Declaration
Protected Read Property selectedIndex As Integer

Access

Read only.