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


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

    Property Value

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