FormDescription.Hidden Property
Returns a Boolean (bool in C#) value that indicates True to cause the specified custom form to be hidden. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Hidden As Boolean
Get
Set
'Usage
Dim instance As FormDescription
Dim value As Boolean
value = instance.Hidden
instance.Hidden = value
[DispIdAttribute()]
bool Hidden { get; set; }
Property Value
Type: System.Boolean
Remarks
The custom form will not appear on the menu or in the Choose Form dialog box and will be used only if it is designated as the response form from another custom form. The default value is False.