Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / TwoState Property


In This Topic
TwoState Property (FpButton)
In This Topic
Gets or sets whether the button is a two-state button.
Syntax
'Declaration
 
Public Property TwoState As Boolean
 
'Usage
 
Dim instance As FpButton
Dim value As Boolean
 
instance.TwoState = value
 
value = instance.TwoState
See Also