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 Description
nvtUnderline The cursor is displayed as an underline
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