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


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

    Property Value

    A CalculatorButtonStyle object that used to draw output result.
    Remarks
    This property retrieves the display style of the output area.
    See Also