_FormRegion.Visible Property
Returns or sets a Boolean (bool for C#) value that indicates whether the form region is visible or hidden. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Visible As Boolean
Get
Set
'Usage
Dim instance As _FormRegion
Dim value As Boolean
value = instance.Visible
instance.Visible = value
[DispIdAttribute()]
bool Visible { get; set; }
Property Value
Type: System.Boolean
Remarks
True if the form region is visible; False if it is hidden. The default is True.
Use the Visible property to control access to information without displaying it in a form region.