Spread Windows Forms 12.0 Product Documentation
TwoState Property (FpButton)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpButton Class : TwoState Property
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
public bool TwoState {get; set;}

Property Value

true if two-state button; false for one-state
See Also

Reference

FpButton Class
FpButton Members