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


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

    Property Value

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