Gets or sets the value of the button.
Syntax
'Declaration
Public Property Value As Integer
'Usage
Dim instance As FpButton
Dim value As Integer
instance.Value = value
value = instance.Value
public int Value {get; set;}
Property Value
Integer value
See Also