HtmlWindow.StatusBarText 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 le texte affiché dans la barre d'état d'une fenêtre.
public:
property System::String ^ StatusBarText { System::String ^ get(); void set(System::String ^ value); };
public string StatusBarText { get; set; }
member this.StatusBarText : string with get, set
Public Property StatusBarText As String
Valeur de propriété
String qui contient le texte d'état actuel.
Remarques
Le WebBrowser contrôle n’affiche pas de barre d’état. Toute nouvelle fenêtre que vous ouvrez avec les méthodes ou OpenNew les Open méthodes affiche toutefois une barre d’état par défaut.