ITextCaret Properties

 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

NameDescription
System_CAPS_pubpropertyBottom

Gets the position of the bottom edge of the caret in the text rendering coordinate system.

System_CAPS_pubpropertyContainingTextViewLine

Gets the ITextViewLine that contains the caret, provided that that text line is visible in the view.

System_CAPS_pubpropertyHeight

Gets the height of the caret in the text rendering coordinate system.

System_CAPS_pubpropertyInVirtualSpace

Determines whether the caret lies in virtual space. A virtual space is one that is after the physical end of a line.

System_CAPS_pubpropertyIsHidden

Gets or sets the visibility of the caret.

System_CAPS_pubpropertyLeft

Gets the position of the left edge of the caret in the text rendering coordinate system.

System_CAPS_pubpropertyOverwriteMode

Determines whether the caret is in overwrite mode.

System_CAPS_pubpropertyPosition

Gets the current position of the caret.

System_CAPS_pubpropertyRight

Gets the position of the right edge of the caret in the text rendering coordinate system.

System_CAPS_pubpropertyTop

Gets the position of the top edge of the caret in the text rendering coordinate system.

System_CAPS_pubpropertyWidth

Gets the width of the caret in the text rendering coordinate system.

Return to top
Show: