ITextCaret Properties
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | Bottom | Gets the position of the bottom edge of the caret in the text rendering coordinate system. |
![]() | ContainingTextViewLine | Gets the ITextViewLine that contains the caret, provided that that text line is visible in the view. |
![]() | Height | Gets the height of the caret in the text rendering coordinate system. |
![]() | InVirtualSpace | Determines whether the caret lies in virtual space. A virtual space is one that is after the physical end of a line. |
![]() | IsHidden | Gets or sets the visibility of the caret. |
![]() | Left | Gets the position of the left edge of the caret in the text rendering coordinate system. |
![]() | OverwriteMode | Determines whether the caret is in overwrite mode. |
![]() | Position | Gets the current position of the caret. |
![]() | Right | Gets the position of the right edge of the caret in the text rendering coordinate system. |
![]() | Top | Gets the position of the top edge of the caret in the text rendering coordinate system. |
![]() | Width | Gets the width of the caret in the text rendering coordinate system. |
