Compartir a través de


TextBoxSelectionChangingEventArgs.SelectionLength Propiedad

Definición

Obtiene la longitud de la selección de texto.

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

Valor de propiedad

Int32

int

Longitud de la selección de texto.

Se aplica a