On Sun, 31 Aug 2014, Willy Raets wrote:
> Hi all,
> 
> With TabStrip1.Enabled = True all tabs are disabled and that makes
> sense.
> I on the other hand, would like to disable only a few select tabs on a
> TabStrip. I've tried several options, had a look at the wiki on TabStrip
> and searched the mailing list, but nothing came up.
> 
> So what is the proper method of achieving this?
> 

TabStrip[iIndex].Enabled = False.

The array accessors are often overlooked in the docs.

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to