'Declaration
Property LockedText As Boolean
'Usage
Dim instance As IShape Dim value As Boolean instance.LockedText = value value = instance.LockedText
bool LockedText {get; set;}
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.