UseTB | ||||||
Syntax: | ||||||
hTB = UseTB( #Toolbar ) | ||||||
Parameters: | ||||||
| ||||||
Return Values: | ||||||
| ||||||
Description: | ||||||
Use another Toolbar as current TB. Returns the handle to the new TB. | ||||||
Example: | ||||||
hTB1 = UseTB(1) DisableTBbutton(.... ; Disable a Button on TB 1 hTB2 = UseTB(2) HideTBbutton(... ; Hide a Button on TB 2 | ||||||
|