Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / LockedText Property


In This Topic
    LockedText Property (IGroupShape)
    In This Topic
    Gets or sets a value indicating whether this shape is locked for editing text.
    Syntax
    'Declaration
     
    
    Property LockedText As Boolean
    'Usage
     
    
    Dim instance As IGroupShape
    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.
    See Also