DoScrollDown - Grid
Emulates pressing a spin button down
Type: Procedure
Syntax
Procedure DoScrollDown
Call Example
Send DoScrollDown
Description
Sending the DoScrollDown message emulates pressing a spin button down. If the active cell in a grid does not support a spin button, this procedure does nothing. Normally, you will assign keys to this procedure and to the procedure DoScrollUp.
// assign keys to manually spin value
On_Key Key_Ctrl+Key_U Send DoScrollUp
On_Key Key_Ctrl+Key_D Send DoScrollDown