Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Locked Property


In This Topic
    Locked Property (PSObject)
    In This Topic
    Gets or sets whether the object is marked as locked.
    Syntax
    'Declaration
     
    
    Public Overridable Property Locked As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    instance.Locked = value
     
    value = instance.Locked
    public virtual bool Locked {get; set;}
    See Also