TextBox.SelectionLength Propriedade

Definição

Obtém ou define o número de caracteres na seleção atual na caixa de texto.

public:
 property int SelectionLength { int get(); void set(int value); };
int SelectionLength();

void SelectionLength(int value);
public int SelectionLength { get; set; }
var int32 = textBox.selectionLength;
textBox.selectionLength = int32;
Public Property SelectionLength As Integer
<TextBox SelectionLength="int"/>

Valor da propriedade

Int32

int

O número de caracteres na seleção atual na caixa de texto ou 0 se não houver seleção.

Aplica-se a