LockedText Property (IShape)
Gets or sets a value indicating whether this shape is locked for editing text.
bool LockedText {get; set;}
'Declaration
Property LockedText As Boolean
'Usage
Dim instance As IShape
Dim value As Boolean
instance.LockedText = value
value = instance.LockedText
Property Value
true
if if the object is locked for editing text; otherwise,
false
if the object's text can be modified when the sheet is protected.