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


In This Topic
    Locked Property (IGroupShape)
    In This Topic
    Gets or sets a value indicating whether this GrapeCity.Drawing.IDrawingSurface is locked.
    Syntax
    'Declaration
     
    
    Property Locked As Boolean
    'Usage
     
    
    Dim instance As IGroupShape
    Dim value As Boolean
     
    instance.Locked = value
     
    value = instance.Locked
    bool Locked {get; set;}

    Property Value

    true if if the object is locked; otherwise, false if the object can be modified when the sheet is protected.
    See Also