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,包含目前狀態的文字。
備註
控制項 WebBrowser 不會顯示狀態列。 不過,您使用 或 OpenNew 方法開啟 Open 的任何新視窗預設都會顯示狀態列。