Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / ResetButtons Property


In This Topic
    ResetButtons Property (DropDownCalculator)
    In This Topic
    Gets or sets the button style of button about reset.
    Syntax
    'Declaration
     
    
    Public Property ResetButtons As CalculatorButtonStyle
    'Usage
     
    
    Dim instance As DropDownCalculator
    Dim value As CalculatorButtonStyle
     
    instance.ResetButtons = value
     
    value = instance.ResetButtons
    public CalculatorButtonStyle ResetButtons {get; set;}

    Property Value

    A CalculatorButtonStyle object that used to draw reset buttons.
    Remarks
    This property retrieve the display style of all reset buttons.
    See Also