Defines the direction and the amount by which a cursor is to move, when performing a scrolling operation.
See also: CGridLay::PageScroll() CGridImg::MoveCursorL()
Enumerator | Value | Description |
---|---|---|
EMoveRowUp |
Move up by one row. | |
EMoveRowDown |
Move down by one row. | |
EMoveColumnLeft |
Move left by one column. | |
EMoveColumnRight |
Move right by one column. | |
EMovePageUp |
Move up by one page. | |
EMovePageDown |
Move down by one page. | |
EMovePageLeft |
Move left by one page. | |
EMovePageRight |
Move right by one page. | |
EMoveRowStart |
Move to the start of the row. | |
EMoveRowEnd |
Move to the end of the row | |
EMoveHome |
Move to the home position. | |
EMoveEnd |
Move to the end position. | |
EMoveNone |
Do not move the cursor. | |
EMoveColumnStart |
Move to the start of the column. | |
EMoveColumnEnd |
Move to the end of the column. |