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


In This Topic
    Locked Property (GraphicObject)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Property Locked As Boolean
    'Usage
     
    
    Dim instance As GraphicObject
    Dim value As Boolean
     
    instance.Locked = value
     
    value = instance.Locked
    public override bool Locked {get; set;}
    See Also