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

See Also

Reference

FormRegionManifest Interface

Microsoft.Office.Tools.Outlook Namespace