This class implements a tabbed container control.
This class is creatable.
DIM hTabStrip AS TabStrip hTabStrip = NEW TabStrip ( Parent AS Container ) |
This class acts like a read-only array.
DIM hTabStrip AS TabStrip DIM hTab AS .Tab hTab = hTabStrip [ Index AS Integer ] |