PagePanel.PanelCount

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aPagePanel.PanelCount

Supported for all project types and targets.

Gets the number of panels in the PagePanel.

Example

This example displays the number of panels on the PagePanel in a Label.

Example

Me.Value = PagePanel1.PanelCount.ToString