_OutlookBarPane.Visible Property
Returns or sets a Boolean (bool in C#) indicating the visible state of the specified object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property Visible As Boolean
Get
Set
'Usage
Dim instance As _OutlookBarPane
Dim value As Boolean
value = instance.Visible
instance.Visible = value
bool Visible { get; set; }
Property Value
Type: System.Boolean
Remarks
True to display the object; False to hide the object.
You can also use the ShowPane method or the IsPaneVisible method of an Explorer object to set or retrieve this value.