_OutlookBarPane.Visible 属性

定义

返回或设置 C# 中的 布尔 值 (bool ) 指示指定对象的可见状态。 读/写。

public:
 property bool Visible { bool get(); void set(bool value); };
public bool Visible { get; set; }
Public Property Visible As Boolean

属性值

注解

True 显示对象; 以隐藏该对象。

还可以使用 ShowPane(OlPane, Boolean) 对象的 方法或 IsPaneVisible(OlPane) 方法 Explorer 设置或检索此值。

适用于