Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: frmtlay.h
Link against: N/A

Class TCursorPosition

TCursorPosition

Support

Supported from 5.0

Description

Cursor position.

The TMovementType enum defined in this class is used to indicate the direction of a scroll or cursor movement. The remainder of this class does not form part of the API.

Defined in TCursorPosition:
EFLeft, EFLineBeg, EFLineDown, EFLineEnd, EFLineUp, EFNoMovement, EFPageDown, EFPageUp, EFRight, TMovementType


Enumeration


Enum TMovementType

TMovementType

Description

Direction of cursor movement.

EFNoMovement

No cursor movement

EFLeft

Single character cursor movement to the left

EFRight

Single character cursor movement to the right

EFLineUp

Line up cursor movement

EFLineDown

Line down cursor movement

EFPageUp

Page up cursor movement

EFPageDown

Page down cursor movement

EFLineBeg

Cursor movement to line start

EFLineEnd

Cursor movement to line end