![]() |
<< Index >> |
FutureBasic 5 |
| button& | function | |
|
|
||
controlRef = button&( btnNum )btnNum in the current output window, this function returns an opaque reference suitable for passing to Toolbox functions.
dim as ControlRef c
c = button&( 1 )
HideControl( c )