Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / bLocked Field


In This Topic
    bLocked Field
    In This Topic
    Whether the button is locked.
    Syntax
    'Declaration
     
    
    Public bLocked As Boolean
    'Usage
     
    
    Dim instance As FpButtonPaintArgs
    Dim value As Boolean
     
    value = instance.bLocked
     
    instance.bLocked = value
    public bool bLocked
    See Also