| Introduction | MTB Statements | File System | Compiler | Applications | Reference Guide | Index |
| Language Structure | Data Division | I/O Format Division | Procedure Division | Mnemonics |
Mnemonic:
| (Hide Mouse Cursor) |
| Hex equivalent: | "@0E0902@" |
| Discussion: |
This control hides the mouse cursor, and is intended for touch-sensitive
screens.
Also see (Show Mouse Cursor). |
| Example: |
a. 100 FORMAT (Hide Mouse Cursor) . PRINT (0,100) b. PRINT (0) (Hide Mouse Cursor) |