ITextCaret.InVirtualSpace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the caret lies in virtual space. A virtual space is one that is after the physical end of a line.
public:
property bool InVirtualSpace { bool get(); };
public:
property bool InVirtualSpace { bool get(); };
public bool InVirtualSpace { get; }
member this.InVirtualSpace : bool
Public ReadOnly Property InVirtualSpace As Boolean
Property Value
true if the caret is in virtual space, otherwise false.
Remarks
This is distinct from the IEditorOptions UseVirtualSpace, since virtual space can be enabled even if the caret does not lie in virtual space.