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


In This Topic
    Locked Property (DrawingObject)
    In This Topic
    Gets or sets a value indicating whether the specified drawing object can be modified when the sheet that contains it is protected.
    Syntax
    'Declaration
     
    
    Public Overridable Property Locked As Boolean
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As Boolean
     
    instance.Locked = value
     
    value = instance.Locked
    public virtual bool Locked {get; set;}

    Property Value

    true if the specified drawing object cannot be modified; otherwise, false.
    See Also