Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / EditButtons Property


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

    Property Value

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