Partager via


TextBoxSelectionChangingEventArgs.SelectionLength Propriété

Définition

Obtient la longueur de la sélection de texte.

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

Valeur de propriété

Int32

int

Longueur de la sélection de texte.

S’applique à