Selection.ActivePoint Property

Definition

Gets the ___location of the movable selection endpoint, meaning if a user were to hold shift and click, this point would be changed to the ___location of the click. If this is an empty selection, this will be at the InsertionPoint.

public:
 property Microsoft::VisualStudio::Text::VirtualSnapshotPoint ActivePoint { Microsoft::VisualStudio::Text::VirtualSnapshotPoint get(); };
public Microsoft.VisualStudio.Text.VirtualSnapshotPoint ActivePoint { get; }
public Microsoft.VisualStudio.Text.VirtualSnapshotPoint ActivePoint { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.ActivePoint : Microsoft.VisualStudio.Text.VirtualSnapshotPoint
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ActivePoint : Microsoft.VisualStudio.Text.VirtualSnapshotPoint
Public ReadOnly Property ActivePoint As VirtualSnapshotPoint

Property Value

Attributes

Applies to