[Gambas-user] Tabstrip.text question

richard terry rterry at ...1946...
Wed Sep 30 12:47:48 CEST 2009


I wondered if there was a way to change the text on the tab when it is not the 
foremost tab, without having to do this:

tabstrip1.index = 1               ' change to tab1
tabstrip1.text = "some text"  'change its text
tabstrip1.index = 0             'change it back to tab0

Thanks in anticipation

Richard




More information about the User mailing list