Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: frmtview.h
Link against: N/A

Class TCursor

TCursor

Support

Supported from 5.0

Description

Visibility of line and text cursor.

The TVisibility enumeration defined in this class is used in calls to CTextView::SetCursorVisibilityL(). The remainder of this class does not form part of the API.

Defined in TCursor:
EFCursorFlashing, EFCursorInvisible, EFCursorVisible, TVisibility


Enumeration


Enum TVisibility

TVisibility

Description

Cursor visibility

EFCursorInvisible

Indicates that the cursor should be invisible.

EFCursorVisible

Indicates that the cursor should be visible.

EFCursorFlashing

Indicates a flashing text cursor. When specified for the line cursor, is equivalent to EFCursorVisible, as the line cursor cannot flash. Note that a non-flashing text cursor should only be used when there is to be no editing, reformatting, scrolling or cursor movement.