This class implements a tabbed container control.
This class is creatable.
DIM hTabStrip AS TabStrip hTabStrip = NEW TabStrip ( Parent AS Container ) |
Creates a new TabStrip.
This class acts like a read-only array.
DIM hTabStrip AS TabStrip DIM hTab AS .Tab hTab = hTabStrip [ Index AS Integer ] |
Return a tab virtual object from its index.