TextBox.SelectionLength Propriedade

Definição

Obtém ou define o número de caracteres selecionados na parte editável da caixa de texto.

public:
 virtual property int SelectionLength { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
public override int SelectionLength { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectionLength : int with get, set
Public Overrides Property SelectionLength As Integer

Valor da propriedade

O número de caracteres selecionados na caixa de texto.

Atributos

Aplica-se a