Share via


_Explorer.ShowPane(OlPane, Boolean) メソッド

定義

エクスプローラー内の特定のウィンドウを表示または非表示にします。

public:
 void ShowPane(Microsoft::Office::Interop::Outlook::OlPane Pane, bool Visible);
public void ShowPane (Microsoft.Office.Interop.Outlook.OlPane Pane, bool Visible);
Public Sub ShowPane (Pane As OlPane, Visible As Boolean)

パラメーター

Pane
OlPane

表示するウィンドウを指定します。

Visible
Boolean

True ウィンドウを表示する のウィンドウを非表示にします。

注釈

: オブジェクトの プロパティを Visible 使用して、[ OutlookBarPane ショートカット] ウィンドウを表示または非表示にすることもできます。

適用対象