winScrollLock

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
File library
Database library
Async Communication
Registry/Profile handling
Windows control
   winActivate
   winClose
   winCapsLock
   winFind
   winHide
   winIsMaximized
   winIsMinimized
   winIsVisible
   winMaximize
   winMinimize
   winNumLock
   winPostText
   winPostVKey
   winPrintScreen
   winRestore
   winScrollLock
   winShow
   Sample (notepd.csl)
C API
C++ Class Interface
CSL links
  
var winScrollLock(
   [const mode]);        // change mode

Query or change state of the SCROLL LOCK key depending on mode:

Mode Action
(none) Query current state of SCROLL LOCK
0 Turn SCROLL LOCK off
1 Turn SCROLL LOCK on
2 Toggle SCROLL LOCK state

Return value:
 true = SCROLL LOCK is now on
 false = SCROLL LOCK is now off

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>