FormRegionManifest.Locked Property

Definition

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.

Applies to