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
public bool TwoState {get; set;}
See Also