WebSegmentedControl.SelCount
From Xojo Documentation
Read-Only Property (As Integer )
IntegerValue = aWebSegmentedControl.SelCount
New in 2010r4
Supported for all project types and targets.
New in 2010r4
Supported for all project types and targets.
The number of selected segments.
Example
The following line displays the number of selected segments.
Label1.Text = Me.SelCount.ToString