HtmlWindow.StatusBarText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定視窗狀態列中顯示的文字。
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
屬性值
String A 裡面有目前的狀態文字。
備註
WebBrowser控制鍵不會顯示狀態列。 不過,只要你用 or Open 方法開啟OpenNew任何新視窗,預設都會顯示狀態列。