TextBoxSelectionChangingEventArgs.SelectionLength Proprietà

Definizione

Ottiene la lunghezza della selezione di testo.

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

Valore della proprietà

Int32

int

Lunghezza della selezione del testo.

Si applica a