Impostazione testo in WebSegmentedControl

Oggi ho provato ad impostare il testo dei tasti di un SegmentControl tramite il programma ma non ci riesco.

Ho usato il seguente comando

SegmentedButton1.Segment(0,"Tasto0")

ma in fase di compilazione ho il seguente errore:
There is more than one method with this name but this does not match any of the available signatures.

Andando con il cursore sulla parola Segment l’ IDE mi propone
WebSegmentedControl.Segment(Index As Integer, Assigns Text As String)

Dov’ l’ errore ?

Grazie in anticipo per qualsiasi suggerimento.

Assigns!

segmentedButton1.segment(0)=“Tasto0”