Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / Value Property


In This Topic
    Value Property (FpButton)
    In This Topic
    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;}
    See Also