Udostępnij przez


HtmlWindow.StatusBarText Własność

Definicja

Pobiera lub ustawia tekst wyświetlany na pasku stanu okna.

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

Wartość nieruchomości

Element String zawierający bieżący tekst stanu.

Uwagi

Kontrolka WebBrowser nie wyświetla paska stanu. Każde nowe okno otwarte za Open pomocą metod lub OpenNew domyślnie wyświetli pasek stanu.

Dotyczy

Zobacz także