TextBox.SelectionLength Vlastnost

Definice

Získá nebo nastaví počet znaků vybraných v upravitelné části textového pole.

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

Hodnota vlastnosti

Int32

Počet znaků vybraných v textovém poli

Atributy

Platí pro