FormRegionManifest.Hidden Property (2007 System)
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.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Property Hidden As Boolean
'Usage
Dim instance As FormRegionManifest
Dim value As Boolean
value = instance.Hidden
instance.Hidden = value
public bool Hidden { get; set; }
public:
property bool Hidden {
bool get ();
void set (bool value);
}
public function get Hidden () : boolean
public function set Hidden (value : boolean)
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.