GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / ButtonText Property


In This Topic
ButtonText Property (DropDownCalculator)
In This Topic
Indicates the collection holding all of the text that replaces the standard caption.
Syntax
'Declaration
 
Public Property ButtonText As ButtonTextCollection
 
'Usage
 
Dim instance As DropDownCalculator
Dim value As ButtonTextCollection
 
instance.ButtonText = value
 
value = instance.ButtonText

Property Value

A ButtonTextCollection indicates the text collection of all the calculator buttons.
Remarks
User can modify every text string of buttons by this property.
See Also