TabBar Control

Purpose:

Returns the handle of a new TabBar control.

Syntax:

Label(catption,x,y,width,height)

tabBar("tab1|tab2|tab3|tab4", x , y , w ,h)

Comments:

Seperate tab bar items by using the | symbol.

When the user clicks a tab field, a label is called.  Spaces in the tab field are stripped.  eg.  "Count Down"  will call the label countdown:

Example:

Show below is two tabbars stacked on top of each other

tab1 = tabBar("Clock|Stopwatch|Count Down",0 , 0 , w , h)

tab2 = tabBar("Start|Split|Reset",0 , h+4 , w , h)