Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / Button Class / State Property


In This Topic
    State Property (Button)
    In This Topic
    Gets or sets the button visual state.
    Syntax
    'Declaration
     
    
    Public Property State As ButtonState
    'Usage
     
    
    Dim instance As Button
    Dim value As ButtonState
     
    instance.State = value
     
    value = instance.State
    public ButtonState State {get; set;}

    Property Value

    The visual state associated with this button.
    See Also