Spread Windows Forms 12.0 Product Documentation
Output Property (DropDownCalculatorInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalculatorInfo Class : Output Property
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

Reference

DropDownCalculatorInfo Class
DropDownCalculatorInfo Members