_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

真正 使窗格中可见, False 隐藏窗格。

注解

注意:还可以使用 Visible 对象的 属性 OutlookBarPane 来显示或隐藏“快捷方式”窗格。

适用于