Console: CursorSize (let)

CursorSize

Sets the size (height) of the cursor.

 Public Property Let CursorSize(
	  ByVal RHS As Long )

Parameters

RHS
[ByVal] Long. The new cursor size.

Remarks

the size of the cursor is a value 1 to 100, 1 being 1% the full block, and 100 being 100% a full block.

Read/Write.

See Also

Project VBCorLib Overview | Class Console Overview