LinkFormat.Locked Property

True if a Field, InlineShape, or Shape object is locked to prevent automatic updating.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Locked As Boolean
    Get
    Set
'Usage
Dim instance As LinkFormat
Dim value As Boolean

value = instance.Locked

instance.Locked = value
bool Locked { get; set; }

Property Value

Type: System.Boolean

Remarks

If you use this property with a Shape object that's a floating linked picture (a picture added with the AddPicture method of the Shapes object), an error occurs.

See Also

Reference

LinkFormat Interface

LinkFormat Members

Microsoft.Office.Interop.Word Namespace