HtmlWindow.StatusBarText 屬性

定義

取得或設定顯示在視窗狀態列中的文字。

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

String,包含目前狀態的文字。

備註

控制項 WebBrowser 不會顯示狀態列。 不過,您使用 或 OpenNew 方法開啟 Open 的任何新視窗預設都會顯示狀態列。

適用於

另請參閱