ToolStripTextBox.SelectedText Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant la couleur du texte sélectionné dans le contrôle.
public:
property System::String ^ SelectedText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string SelectedText { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectedText : string with get, set
Public Property SelectedText As String
Valeur de propriété
Chaîne représentant le texte actuellement sélectionné dans la zone de texte.
- Attributs
Remarques
Vous pouvez affecter du texte à cette propriété pour modifier le texte actuellement sélectionné dans le ToolStripTextBox. Si aucun texte n’est actuellement sélectionné dans le ToolStripTextBoxfichier , cette propriété retourne une chaîne de longueur nulle.