Spread Windows Forms 12.0 Product Documentation
Value Property (FpButton)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpButton Class : Value Property
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

Reference

FpButton Class
FpButton Members