Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WindowProtect Class / fLockWn Property


In This Topic
    fLockWn Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fLockWn As Boolean
    'Usage
     
    
    Dim instance As WindowProtect
    Dim value As Boolean
     
    instance.fLockWn = value
     
    value = instance.fLockWn
    public bool fLockWn {get; set;}
    See Also