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


In This Topic
    Locked Property (IStyle)
    In This Topic
    Gets or sets a value that indicates if the object is locked.
    Syntax
    'Declaration
     
    
    Property Locked As Boolean
    'Usage
     
    
    Dim instance As IStyle
    Dim value As Boolean
     
    instance.Locked = value
     
    value = instance.Locked
    bool Locked {get; set;}

    Property Value

    true if the object is locked; otherwise, false.
    See Also