TextBoxSelectionChangingEventArgs.SelectionLength Property

Definition

Gets the length of the text selection.

public:
 property int SelectionLength { int get(); };
int SelectionLength();
public int SelectionLength { get; }
var int32 = textBoxSelectionChangingEventArgs.selectionLength;
Public ReadOnly Property SelectionLength As Integer

Property Value

Int32

int

The length of the text selection.

Applies to