|
Syntax
- boolean goDown
(
- short nCount,
- boolean bExpand );
Description
moves the cursor the specified number of lines down.
Syntax
- boolean goUp
(
- short nCount,
- boolean bExpand );
Description
moves the cursor the specified number of lines up.
Syntax
- boolean goLeft
(
- short nCount,
- boolean bExpand );
Description
moves the cursor the specified number of characters to the left.
Syntax
- boolean goRight
(
- short nCount,
- boolean bExpand );
Description
moves the cursor the specified number of characters to the right.
|