Programming with Reflection

image\rwnprg32.gif CursorShape property

 

Syntax

object.CursorShape
object.CursorShape = Value

Works with

image\r124.gif

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) the shape of the text cursor.

Values

The default is rcBlock.

rcUnderline The cursor is an underline.

rcBlock The cursor is a rectangle.

rcVerticalBar The cursor is a vertical bar.

 

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property