Spread Windows Forms 12.0 Product Documentation
ButtonText Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalculatorInfo Class : ButtonText Property
Indicates the collection that contains all of the text that replaces the standard caption.
Syntax
'Declaration
 
Public Property ButtonText As ButtonTextCollectionInfo
'Usage
 
Dim instance As DropDownCalculatorInfo
Dim value As ButtonTextCollectionInfo
 
instance.ButtonText = value
 
value = instance.ButtonText
public ButtonTextCollectionInfo ButtonText {get; set;}

Property Value

A ButtonTextCollection that indicates the text collection of all the calculator buttons.
Remarks
You can modify all button text strings with this property.
See Also

Reference

DropDownCalculatorInfo Class
DropDownCalculatorInfo Members