FormRegionManifest.Locked Property

Gets or sets a value that indicates whether the properties of the FormRegionManifest can be modified.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
ReadOnly Property Locked As Boolean
    Get
[BrowsableAttribute(false)]
bool Locked { get; }

Property Value

Type: System.Boolean
true if the properties of the FormRegionManifest cannot be modified; otherwise, false.

Remarks

This property is set to true when Outlook retrieves the form region manifest from the Outlook add-in.

.NET Framework Security

See Also

Reference

FormRegionManifest Interface

Microsoft.Office.Tools.Outlook Namespace