Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / LockedText Property


In This Topic
    LockedText Property (DrawingObject)
    In This Topic
    Gets or sets a boolean value indicates whether to allow text editing within this drawing object when the parent worksheet is protected.
    Syntax
    'Declaration
     
    
    Public Overridable Property LockedText As Boolean
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As Boolean
     
    instance.LockedText = value
     
    value = instance.LockedText
    public virtual bool LockedText {get; set;}
    See Also