TextBoxSelectionChangingEventArgs.SelectionLength Propriedade

Definição

Obtém o comprimento da seleção 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 da propriedade

Int32

int

O comprimento da seleção de texto.

Aplica-se a