FormRegionManifest.Hidden Property
Gets or sets a value that indicates whether replacement and replace-all form regions appear in the Choose Form dialog box in Outlook.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Syntax
'Declaration
Property Hidden As Boolean
bool Hidden { get; set; }
Property Value
Type: System.Boolean
true if replacement and replace-all form regions do not appear in the Choose Form dialog box in Outlook; otherwise, false. The default is false.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Locked is true. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.