Entry.SelectionLength Property

Definition

Gets or sets the length of the selection. The selection will start at CursorPosition. This is a bindable property.

public:
 property int SelectionLength { int get(); void set(int value); };
public int SelectionLength { get; set; }
member this.SelectionLength : int with get, set
Public Property SelectionLength As Integer

Property Value

The length of the selection.

Implements

Applies to