FormRegionManifest.Locked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the properties of the FormRegionManifest can be modified.
public:
property bool Locked { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool Locked { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Locked : bool
Public ReadOnly Property Locked As Boolean
Property Value
true
if the properties of the FormRegionManifest cannot be modified; otherwise, false
.
- Attributes
Remarks
This property is set to true
when Outlook retrieves the form region manifest from the Outlook add-in.