CursorStyle Property  
 

Gets and sets the style of cursor used in the emulator.

Syntax

object.CursorStyle [= style ]

Remarks

The CursorStyle property determines how the cursor is displayed in the emulation window. The following values may be used.

Value Constant Description
0 nvtUnderline The cursor is displayed as an underline
1 nvtBlock The cursor is displayed as a block that is the full height of the character cell

Data Type

Integer (Int32)

See Also

Cursor Property