Frame.LockAnchor Property
True if the specified frame is locked.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property LockAnchor As Boolean
Get
Set
'Usage
Dim instance As Frame
Dim value As Boolean
value = instance.LockAnchor
instance.LockAnchor = value
bool LockAnchor { get; set; }
Property Value
Type: System.Boolean
Remarks
The frame anchor indicates where the frame will appear in Normal view. You cannot reposition a locked frame anchor.