Spread WinForms 15
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
See Also