Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculatorInfo Class / ResetButtons Property


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

    Property Value

    A CalculatorButtonStyleInfo object that is used to draw reset buttons.
    Remarks
    This property retrieves the display style of all reset buttons.
    See Also